From 75df4a492398dca15077bb8a726c8b22cc30dd2a Mon Sep 17 00:00:00 2001 From: Saurabh Verma Date: Sun, 9 Jul 2023 13:53:38 -0500 Subject: [PATCH] SWDEV-409527: Fixing Mi100/Mi200 Counters rocprof Change-Id: I0c39003f99b43994ae0f4fcfad2b3ebbb29a63b8 [ROCm/rocprofiler commit: e892d68dcdd1e8364b51efd88a7c97323bf68db2] --- projects/rocprofiler/src/core/metrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/src/core/metrics.h b/projects/rocprofiler/src/core/metrics.h index 388a40a29f..60eb8c9314 100755 --- a/projects/rocprofiler/src/core/metrics.h +++ b/projects/rocprofiler/src/core/metrics.h @@ -207,7 +207,7 @@ class MetricsDict { agent_name_ = agent_name_.substr(0, agent_name_.find(':')); std::unordered_set supported_agent_names = { - "gfx906", "gfx908" "gfx90a", // Vega + "gfx906", "gfx908", "gfx90a", // Vega "gfx940", "gfx941", "gfx942", // Mi300 "gfx1030", "gfx1031", "gfx1032", // Navi2x "gfx1100", "gfx1101" // Navi3x