SWDEV-375135 - adding error string

Change-Id: I73276462627a47d405c8439d8a843ac266fc5d38
Tento commit je obsažen v:
pghafari
2023-01-05 07:37:01 -05:00
odevzdal Payam Ghafari
rodič 335a24d1a0
revize 7615fba2d5
+4
Zobrazit soubor
@@ -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";