I get following error trying to load the runtime dll on a new computer.
I tried to set the library path in all jar’s in the project build path settings without success, setting
-Djava.library.path without success, so i tried to load them myself and get the same error:
ok, i forgot to install the toolkit and sdk :(, but now i have
Exception in thread “Cuda Compile Thread” jcuda.CudaException: Could not create .cubin file: nvcc fatal : Visual Studio configuration file ‘(null)’ could not be found for installation at ‘C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin/…/…’
at Cluster.GPU.Threads.CudaCompileThread.prepareCubinFile(CudaCompileThread.java:197)
at Cluster.GPU.Threads.CudaCompileThread.run(CudaCompileThread.java:73)
Hmm it seems i forgot to install 64-bit compiler with visual studio aaaahhhh