e9e972144d
* 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.