Hello All! Has someone tryied to use CUDA.NET 3.0 + Fermi Card? The problem is when i call CUDA.LoadModule i get an error ErrorInvalidSource. I tried 8500 GT and 470 GTX. 470 leads to error,but 8500 works fine.
This is just a guess, but I bet that CUDA.NET is not compiling your source with for the sm_20 architecture.
This is just a guess, but I bet that CUDA.NET is not compiling your source with for the sm_20 architecture.
I thought it was nvcc to compile my kernels. I tryied to pass -arch=sm_20 argument to nvcc and now it works! The problem is solved :)
I thought it was nvcc to compile my kernels. I tryied to pass -arch=sm_20 argument to nvcc and now it works! The problem is solved :)
You7878, Thank You veru much! External Image You help me too much! External Image