CUDA SDK Toolkit NOT detected - Win 10
#11
I know its been a long long time, but... for the sake of science.. I've solved this problem here as follows:

- download/install CUDA (https://developer.nvidia.com/cuda-downloads)
- on a privileged powershell, execute (filenames will depend on your cuda version) :

PS> copy "C:\program files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvrtc64_120_0.dll" "C:\windows\system32\nvrtc64.dll"

PS> copy "C:\program files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvrtc64_120_0.dll" "C:\windows\system32\nvrtc.dll"

PS> copy "C:\program files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvrtc-builtins64_121.dll" c:\windows\system32\

have fun!
Reply


Messages In This Thread
RE: CUDA SDK Toolkit NOT detected - Win 10 - by w41l3r - 06-09-2023, 08:20 PM