Add missing HSA_STATUS_ERROR_INVALID_MEMORY_POOL string.

HSA_STATUS_ERROR_INVALID_MEMORY_POOL was missing from
hsa_status_string.

Change-Id: I9a9121d54a61f966d87081a55638397473bddbe4


[ROCm/ROCR-Runtime commit: 62b7c0ed3b]
此提交包含在:
Sean Keely
2021-07-15 14:47:07 -05:00
父節點 4fb0096393
當前提交 c549aa71c3
+3
查看文件
@@ -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 "