Add missing HSA_STATUS_ERROR_INVALID_MEMORY_POOL string.
HSA_STATUS_ERROR_INVALID_MEMORY_POOL was missing from hsa_status_string. Change-Id: I9a9121d54a61f966d87081a55638397473bddbe4
This commit is contained in:
@@ -2762,6 +2762,9 @@ hsa_status_t hsa_status_string(
|
||||
*status_string =
|
||||
"HSA_STATUS_ERROR_MEMORY_FAULT: Agent attempted to access an inaccessible address.";
|
||||
break;
|
||||
case HSA_STATUS_ERROR_INVALID_MEMORY_POOL:
|
||||
*status_string = "HSA_STATUS_ERROR_INVALID_MEMORY_POOL: The memory pool is invalid.";
|
||||
break;
|
||||
case HSA_STATUS_CU_MASK_REDUCED:
|
||||
*status_string =
|
||||
"HSA_STATUS_CU_MASK_REDUCED: The CU mask was successfully set but the mask attempted to "
|
||||
|
||||
Reference in New Issue
Block a user