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
Further i find it very bad UX that rocprofiler-compute analyze simply prints an empty field for 'None', instead the field should be filled with "Unsupported" or "N/A (HW)" or something to that effect.
Describe the bug
--list-metrics gfx908
lists metrics as available that are not in fact possible on the selected ISA
For
rocprof-compute analyze -p workloads/occupancy/MI100 --list-metrics gfx908
we get:Clearly this is wrong, there is no way 2.1.0 -> VALU FLOPs will ever give a usefull value on gfx908 as it lacks a formular:
rocprofiler-compute/src/rocprof_compute_soc/analysis_configs/gfx908/0200_system-speed-of-light.yaml
Line 24 in bceddb0
Further i find it very bad UX that rocprofiler-compute analyze simply prints an empty field for 'None', instead the field should be filled with "Unsupported" or "N/A (HW)" or something to that effect.
Linux Distribution
Any
ROCm Compute Profiler Version
Git at 3396ba3
GPU
MI100
ROCm Version
6.3.2
Reproducer
run: rocprof-compute analyze -p workloads/occupancy/MI100 --list-metrics gfx908
Expected behavior
metrics not supported should not be offered.
The text was updated successfully, but these errors were encountered: