cuda-tutorial icon indicating copy to clipboard operation
cuda-tutorial copied to clipboard

nvprof is deprecated

Open Imss27 opened this issue 10 months ago • 1 comments

======== Warning: This version of nvprof doesn't support the underlying device, GPU profiling skipped ======== Warning: nvprof is not supported on devices with compute capability 8.0 and higher.

So I suggest an update of using another profiler.

Imss27 avatar Apr 08 '24 06:04 Imss27

You could use nsys nvprof instead like nsys nvprof ./vector_add referred to the official docs of Nsight systems

seung0h avatar Apr 20 '24 14:04 seung0h