About nvvp execution error

Hello,

I have a problem when using nvvp.
Attach the log file.
How can I do it?
nvvp
1613155727632.log (19.2 KB)

Thank you.

https://docs.nvidia.com/cuda/profiler-users-guide/index.html#setup-jre

1 Like

Hello,

It seems that the nvvp version does not match my gpu. How do I check the nvvp version that matches my gpu?

yhlee@yhlee-H110-D3:~/neuezeal/Learn-CUDA-Programming/Chapter02/02_memory_overview/01_sgemm$ nvprof -o sgemm.nvvp ./sgemm
======== Warning: This version of nvprof doesn’t support the underlying device, GPU profiling skipped
Operation Time= 0.0001 msec

Thank you.

If you are on a Turing or newer GPU family, you should be using Nsight Compute/Nsight Systems. nvprof and nvvp don’t support these newer GPUs.

1 Like