SWDEV-464015 - add gfx1150 to perf counter support to follow gfx11 behaviour

Change-Id: I4297166f902a71112f4a8945d903060ba9afdc32


[ROCm/clr commit: e6a25aef08]
This commit is contained in:
Jimbo Xie
2024-06-18 17:14:59 -04:00
committed by Jiabao Xie
parent f07198d7e5
commit ab9029191d
@@ -691,6 +691,7 @@ void PerfCounter::convertInfo() {
case Pal::GfxIpLevel::GfxIp10_1:
case Pal::GfxIpLevel::GfxIp10_3:
case Pal::GfxIpLevel::GfxIp11_0:
case Pal::GfxIpLevel::GfxIp11_5:
if (info_.blockIndex_ < gfx10BlockIdPal.size()) {
auto p = gfx10BlockIdPal[info_.blockIndex_];
info_.blockIndex_ = std::get<0>(p);