[ROCm/rocprofiler commit: c00a0feb36]
This commit is contained in:
Evgeny
2018-01-04 20:11:30 -06:00
rodzic 18ce9c1119
commit 4fb86567a1
5 zmienionych plików z 40 dodań i 27 usunięć
@@ -79,8 +79,7 @@ bool TestHsa::Initialize(int arg_cnt, char** arg_list) {
setup_timer_idx_ = hsa_timer_.CreateTimer();
dispatch_timer_idx_ = hsa_timer_.CreateTimer();
hsa_rsrc_ = HsaInstantiate(agent_id_);
if (hsa_rsrc_ == NULL) {
if (HsaInstantiate(agent_id_) == NULL) {
TEST_ASSERT(false);
return false;
}