Using CUDA or not??
#11
Lightbulb 
Adding CUDA to PATH solved the problem in my case:

Code:
PATH=%PATH%;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin

No need to rename the DLL, edit the sources, recompile etc.
Reply