adding gfx908 namespace

Change-Id: Ifd45385777be5066c8bfef23ee24bbabadf4dffa


[ROCm/rocprofiler commit: 855a801ae7]
This commit is contained in:
Evgeny
2019-07-27 03:06:10 -05:00
parent fab2d5d4cd
commit 05f8d9ebca
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -186,6 +186,8 @@ class MetricsDict {
ImportMetrics(agent_info, "const");
if (std::string("gfx906") == agent_info->name) {
ImportMetrics(agent_info, agent_info->name);
} else if (std::string("gfx908") == agent_info->name) {
ImportMetrics(agent_info, agent_info->name);
} else {
ImportMetrics(agent_info, agent_info->gfxip);
}