enable contexts wait

Change-Id: Ie2adf04662fddc8051fb5418904c9c659e264d78


[ROCm/rocprofiler commit: 0d164ba672]
This commit is contained in:
Evgeny
2020-09-20 00:38:30 -05:00
committed by Evgeny Shcherbakov
parent cd9fdbbb47
commit fc99b9a657
2 changed files with 2 additions and 5 deletions
@@ -537,7 +537,8 @@ PUBLIC_API bool OnLoad(HsaApiTable* table, uint64_t runtime_version, uint64_t fa
rocprofiler::StandaloneIntercept();
}
ONLOAD_TRACE_END();
ONLOAD_TRACE("end intercept_mode(" << std::hex << intercept_mode << ")" <<
" intercept_mode_mask(" << std::hex << intercept_mode_mask << ")" << std::dec);
return true;
}