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:
Sean Keely
2021-07-15 14:47:07 -05:00
parent a0069904c8
commit 62b7c0ed3b
+3
View File
@@ -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 "