You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get following output from p84:
nvprof --metrics --branch_efficiency ./simpleDivergence.
But it complains that GPU/cuda toolkit I am using to too new and suggests to use ncu. But I have no idea what is the equivalent parameters for NCU.
Any idea on how to use ncu to get same info?
Is there a newer edition that uses ncu?
1063
nvprof --metrics branch_efficiency ./p84.out
======== Warning: Skipping profiling on device 0 since profiling is not supported on devices with compute capability 7.5 and higher.
Use NVIDIA Nsight Compute for GPU profiling and NVIDIA Nsight Systems for GPU tracing and CPU sampling.
Refer https://developer.nvidia.com/tools-overview for more details.
I was trying to get following output from p84:
nvprof --metrics --branch_efficiency ./simpleDivergence.
But it complains that GPU/cuda toolkit I am using to too new and suggests to use ncu. But I have no idea what is the equivalent parameters for NCU.
1063
nvprof --metrics branch_efficiency ./p84.out
======== Warning: Skipping profiling on device 0 since profiling is not supported on devices with compute capability 7.5 and higher.
Use NVIDIA Nsight Compute for GPU profiling and NVIDIA Nsight Systems for GPU tracing and CPU sampling.
Refer https://developer.nvidia.com/tools-overview for more details.
Although that without metrics branch_occupancy, it appears to show some basic info:
The text was updated successfully, but these errors were encountered: