ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
116 stars 44 forks source link

metrics table #65

Open zjin-lcf opened 2 years ago

zjin-lcf commented 2 years ago

Nvidia and AMD GPUs are different, but a table shows the metrics in rocprofiler that correspond to the metrics in nvprof is helpful. For example, could a user know the instructions per cycle using rocprofiler for a HIP program ?

https://docs.nvidia.com/cuda/profiler-users-guide/index.html#metrics-reference-7x

Thanks for your update.