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 am trying to use omniperf to analyze my kernel, but the GUI & ASCII output shows empty tables, for example:
Some tables have some info, which seem wrong (I use v_mfma in my kernel so would not expect 0):
Linux Distribution
Ubuntu 24.04 LTS (Noble Numbat)
ROCm Compute Profiler Version
2.1.0
GPU
AMD MI250
ROCm Version
/opt/rocm-6.2.4/bin/rocprof
Cluster name (if applicable)
xcomx250-1
Reproducer
Build some kernel with hipcc, in my case I use this kernel (this kernel happens to use a single thread block, but I have the same issue for kernels using many thread blocks)
Use omniperf analyze -p workloads/mfma_mine/MI200/ (if the --gui option if you want to)
Describe the bug
Hi,
I am trying to use omniperf to analyze my kernel, but the GUI & ASCII output shows empty tables, for example:
Some tables have some info, which seem wrong (I use
v_mfma
in my kernel so would not expect 0):Linux Distribution
Ubuntu 24.04 LTS (Noble Numbat)
ROCm Compute Profiler Version
2.1.0
GPU
AMD MI250
ROCm Version
/opt/rocm-6.2.4/bin/rocprof
Cluster name (if applicable)
xcomx250-1
Reproducer
omniperf analyze -p workloads/mfma_mine/MI200/
(if the--gui
option if you want to)Expected behavior
Tables with some stats, etc.
Relevant log output
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: