nvprof command error: cupti64_102.dll was not found

4.3k Views Asked by At

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

1

There are 1 best solutions below

1
AudioBubble On

Just go to Environment Variables select path

Add the following string to your path

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\extras\CUPTI\lib64

then nvprof will work as intended.