I would like to know if anyone has a CUDA C # .Net project that works with VS 2010. I am running all 64bit and CUDA 4.0.
I tried the following:
GPU.Net - failure, their application will not be installed due to a problem with the proxy license.
Cudafy - Crash, samples will not start due to the error message βvsvars32.bat is missingβ, although I am targeting x64 (I think this should be a problem with Cudafy or nvcc.exe code
GASS.Net is a crash, they have a .dll and a manual, but not a single sample of the project (which I could find), and their manual has a passage (jumps directly to the technical specifications, this is not a tutorial)
No luck with VS2010, I switched to VS2008 and VC ++:
http://llpanorama.wordpress.com/2010/06/18/cuda-gets-easier/
... however, his example crashes exactly because the cuda.rules file is no longer in cuda 4.0, which makes it impossible to complete its step-by-step manuals (at least since 4.0).
I also tried many blog examples, forums, and other Google related links. So far, all attempts have led to failure. However, I can run sample libraries that come with the SDK. They are written for VS2010 and VC ++. I want this to work with C #.
source
share