Fixing ROCProf Tool V1 list basic/derived counters
Change-Id: I70534fd136301e54416d5f663e52b57788a7ec0a
Этот коммит содержится в:
@@ -739,7 +739,7 @@ PUBLIC_API hsa_status_t rocprofiler_iterate_info(
|
||||
rocprofiler::util::HsaRsrcFactory* hsa_rsrc = &rocprofiler::util::HsaRsrcFactory::Instance();
|
||||
rocprofiler_info_data_t info{};
|
||||
info.kind = kind;
|
||||
uint32_t agent_idx = 0;
|
||||
uint32_t agent_idx = hsa_rsrc->GetCountOfCpuAgents();
|
||||
uint32_t agent_max = 0;
|
||||
const rocprofiler::util::AgentInfo* agent_info = NULL;
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user