adding counters instancing info
Change-Id: Idccc776ed91cafe9662b84bfad4149dde0c82caf
This commit is contained in:
@@ -49,7 +49,7 @@ SOFTWARE.
|
||||
#define AQL_EXC_RAISING(error, stream) \
|
||||
{ \
|
||||
const char* error_string = NULL; \
|
||||
const rocprofiler::pfn_t* api = util::HsaRsrcFactory::Instance().AqlProfileApi(); \
|
||||
const rocprofiler::pfn_t* api = rocprofiler::util::HsaRsrcFactory::Instance().AqlProfileApi(); \
|
||||
api->hsa_ven_amd_aqlprofile_error_string(&error_string); \
|
||||
EXC_RAISING(error, stream << ", " << error_string); \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user