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