I am trying to launch a CUDA project (10.0 on VS2017) and even though I find the following dlls in “C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin” I get the error that they are missing:
curand64_100.dll
cufft64_100.dll
I must mention that The CUDA Toolkit Custom Dir is set up well.
On my machine those files are located in the C:\Program Files\Nvidia GPU Computing Toolkit\CUDA\V10.1\Bin directory and that directory is on the machine’s executable path. You should verify that those two things are true for your machine. It seems that one or both are not.
Could you please give me some details about that: More specifically, how do I check if the directory is on the machine’s executable path?
I have the folder there. The files exist at that location.