From reading the programing guide and reference manual it seems that most of
the function are the same as expected between Windows and Linux, in fact the reference manual doesn't differentiate between the two.
http://developer.download.nvidia.com/compute/cuda/2.0-Beta2/docs/Programming... http://developer.download.nvidia.com/compute/cuda/2.0-Beta2/docs/CudaRefMan_...
Is it possible to just symbolicly link the cudart.dll file to the libcudart.so file? If they are expecting mostly the same function calls should this not work? They are going to test this now and see.
I believe the main problem is just that cudart.dll is driving to access the windows nvidia driver where this is none, but libcudart.so knows how to access the linux driver.