Trying to use CUDA.Net, but its not working very well.
I’ve compiled the .cu into .cubin a dozen different ways… i even went back and installed VS2008 and compiled with that just in case VS2010 was the bottleneck.
This is the line that is crashing:
cuda.LoadModule(Path.Combine(Environment.CurrentDirectory, “cudacode.cubin”));
It’d be awesome if someone else had similar issues and got past them, or if anyone has suggestions on what else I can try.
System Specs:
Win7x64
VS2010
CUDA toolkit 4.0 64-bit
2x GTX 460 cards in SLI
Thanks for any suggestions!! I’ve been banging my head against this for far too long.
-Will D.