several fixes; adding direct loading of alprofile library

This commit is contained in:
Evgeny
2017-12-19 15:32:34 -06:00
rodzic 84644dc732
commit 8270530fec
16 zmienionych plików z 195 dodań i 136 usunięć
+1
Wyświetl plik
@@ -61,6 +61,7 @@ HsaRsrcFactory* TestHsa::HsaInstantiate(const uint32_t agent_ind) {
uint32_t num_pkts = 128;
if (hsa_rsrc_->CreateQueue(agent_info_, num_pkts, &hsa_queue_) == false) {
hsa_queue_ = NULL;
TEST_ASSERT(false);
}
}
}