From ab9029191d10d9ef887f2345477f47b180c8deb3 Mon Sep 17 00:00:00 2001 From: Jimbo Xie Date: Tue, 18 Jun 2024 17:14:59 -0400 Subject: [PATCH] SWDEV-464015 - add gfx1150 to perf counter support to follow gfx11 behaviour Change-Id: I4297166f902a71112f4a8945d903060ba9afdc32 [ROCm/clr commit: e6a25aef086f5f5f394245c04ff56ea4c6cac5f5] --- projects/clr/rocclr/device/pal/palcounters.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/rocclr/device/pal/palcounters.cpp b/projects/clr/rocclr/device/pal/palcounters.cpp index d0968606b2..c574d563bb 100644 --- a/projects/clr/rocclr/device/pal/palcounters.cpp +++ b/projects/clr/rocclr/device/pal/palcounters.cpp @@ -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);