SWDEV-375135 - adding error string

Change-Id: I73276462627a47d405c8439d8a843ac266fc5d38


[ROCm/clr commit: 7615fba2d5]
This commit is contained in:
pghafari
2023-01-05 07:37:01 -05:00
committed by Payam Ghafari
orang tua bb765cafaf
melakukan 24be73637f
+4
Melihat File
@@ -335,6 +335,10 @@ const char *ihipGetErrorString(hipError_t hip_error) {
return "attempt to terminate a thread-local capture sequence from another thread";
case hipErrorGraphExecUpdateFailure:
return "the graph update was not performed because it included changes which violated constraints specific to instantiated graph update";
case hipErrorRuntimeMemory:
return "runtime memory call returned error";
case hipErrorRuntimeOther:
return "runtime call other than memory returned error";
case hipErrorUnknown:
default:
return "unknown error";