Yes, nvprof profiling is not supported for device with compute capability > 7.2, we suggest to use our new tools Nsight Compute CLI (command line tool) and Nsight Compute (UI) for profiling on 7.2 onward. It is available under directory.
The Nsight Compute CLI tool doesn’t have nearly as much information as nvprof, nor present it in a clear and understandable format. Please could you add RTX 20xx support to nvprof whilst the new tool is improved? Many thanks.
Please refer the [url]Nsight Compute CLI :: Nsight Compute Documentation section in the Nsight Compute CLI document. This has a section on metric comparison.
Which part of the nv-nsight-cu-cli output is not clear?
Which nv-nsight-cu-cli options did you try?
[Edit]
There is no support in the Nsight Compute for profiling all processes similar to the nvprof’s option --profile-all-processes.
But Nsight Compute supports profiling of the child processes similar to the nvprof option -–profile-child-processes, and this feature is available in both the CLI and the UI.
CLI - profile the application with the option “–target-processes all”
UI - in the non-interactive profile activity, option is available in the “Target Processes” drop-down.