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]
此提交包含在:
@@ -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 "
|
||||
|
||||
新增問題並參考
封鎖使用者