adding gfx908 namespace
Change-Id: Ifd45385777be5066c8bfef23ee24bbabadf4dffa
[ROCm/rocprofiler commit: 855a801ae7]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user