Decrement hsa_init ref counter when init fails.
Change-Id: If9376344d4b559e601932d070731132c8450104e
This commit is contained in:
@@ -113,6 +113,7 @@ hsa_status_t Runtime::Acquire() {
|
||||
hsa_status_t status = runtime_singleton_->Load();
|
||||
|
||||
if (status != HSA_STATUS_SUCCESS) {
|
||||
runtime_singleton_->ref_count_--;
|
||||
return HSA_STATUS_ERROR_OUT_OF_RESOURCES;
|
||||
}
|
||||
}
|
||||
|
||||
مرجع در شماره جدید
Block a user