Is the toolkit 3.1 supposed to come with cuda.rules file, a cutil32.lib (and cutil32.dll) files?
If not, where can I get a cuda.rules file for visual studio 2008 and the cutil32.lib files. Where those replaced by something else in the 3.1 toolkit? (i’ve found some stuff, but I am looking for a file provided by NVIDIA).
Also, is that parallel Nsight program supposed to make it easy for me to create CUDA/C++ apps using visual studio? Would I have to worry about using setting proper paths, etc. (Cause i’ve tried and failed.)
The toolkit installed in C:\CUDA and there are bin, lib, etc folders there but not this. Would I also need to install the SDK to work with CUDA? I didn’t think I needed to.
The toolkit installed in C:\CUDA and there are bin, lib, etc folders there but not this. Would I also need to install the SDK to work with CUDA? I didn’t think I needed to.
The cutil files were developped for the SDK.
Similarly the cuda.rules file is used with the sdk examples.
None of these are required to compile/run cuda executables, but they make things easier. The cuda.rules that comes with the sdk file will most likely take care of all path problems.
The cutil files were developped for the SDK.
Similarly the cuda.rules file is used with the sdk examples.
None of these are required to compile/run cuda executables, but they make things easier. The cuda.rules that comes with the sdk file will most likely take care of all path problems.