I would like to know if anyone has an example CUDA C# .Net project that works with VS 2010. I am running all 64 bit and CUDA 4.0.
I tried the following:
GPU .Net - failure, their application won't install due to proxy license issue
Cudafy - failure, samples would not run because of error message 'vsvars32.bat is missing' although I am targeting x64 (I think this must be an issue with either Cudafy code or nvcc.exe'
GASS .Net - failure, they have a .dll and a manual, but no sample project (that I could find) and their manual has no walkthrough (jumps straight in to technical features, it's not a primer)
Having no luck with VS2010, I switched to VS2008 and VC++:
http://llpanorama.wordpress.com/2010/06/18/cuda-gets-easier/ ...however his example falls flat because the cuda.rules file is no longer in cuda 4.0 making impossible to complete his walkthrough (at least with 4.0).
I also tried a myriad of blog examples, forums, and other google related look-ups. So far, all attempts have resulted in failure. However, I am able to execute the sample libraries that came with the SDK. These are written for VS2010 and VC++. I want to get this working with C#.