When I try to run nvprof
command in Command Prompt, System Erros pops up and says "The code execution cannot proceed because cupti64_102.dll was not found. Reinstall the program may fix this problem."
I have installed the CUDA Toolkit 10.2 but cupti64_102.dll
is not in /bin
.
System: Windows 10, Quadro K4200, CUDA10.2, CUDA Toolkit 10.2
/bin
. You have to locate where it is and add it to your PATH variable. See here. You have to add something likeC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\extras\CUPTI\lib64
to your PATH. – Robert Crovella