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
Eiting this line to read 'self.set_compatible_profilers(["rocprofv1", "rocprofv2", "rocscope", "rocprofv3"])'
allows: ROCPROF=rocprofv2 install/3.0.0/bin/rocprof-compute profile -V -V -n occupancy -k vgprbound --kernel-names vgprbound rocprofiler-compute/sample/occupancy to complete with out problems, and all metrics actually supported by gfx908 (see issue #558) work fine.
Further rocprofv1 appears to be currently broken see #521
Describe the bug
rocprofv2 is supported on gfx908 see:
https://github.com/ROCm/rocprofiler/blob/amd-staging/README.md
However rocprofv2 is masked away on gfx908 by:
rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py
Line 45 in bceddb0
Eiting this line to read 'self.set_compatible_profilers(["rocprofv1", "rocprofv2", "rocscope", "rocprofv3"])'
allows:
ROCPROF=rocprofv2 install/3.0.0/bin/rocprof-compute profile -V -V -n occupancy -k vgprbound --kernel-names vgprbound rocprofiler-compute/sample/occupancy
to complete with out problems, and all metrics actually supported by gfx908 (see issue #558) work fine.Further rocprofv1 appears to be currently broken see #521
Linux Distribution
any
ROCm Compute Profiler Version
git @ 3396ba3
GPU
MI100
ROCm Version
6.3.2
Cluster name (if applicable)
No response
Reproducer
ROCPROF=rocprofv2 rocprof-compute profile -V -V -n occupancy -k vgprbound --kernel-names vgprbound rocprofiler-compute/sample/occupancy
Expected behavior
rocprofv2 should be allowed on gfx908, it works fine.
Relevant log output
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: