Files
rocm-systems/projects
Matthias Gehre e9e972144d Fix rocprofv3 pmc crash on gfx1151 (#2169) (#2171)
* Fix #2169: rocprofv3 pmc crash on gfx1151

This PR addresses two issues for gfx1151:
- In Pm4Factory::GetGpuId, the first matching entry from the gfxip_map
  vector was taken, but "gfx115" came after "gfx11".
- HsaRsrcFactory::GetHsaAgentsCallback would fail when it saw an NPU
  agent. Now it ignores it and continues.
2025-12-05 16:58:48 +01:00
..