SWDEV-375135 - adding error string

Change-Id: I73276462627a47d405c8439d8a843ac266fc5d38


[ROCm/clr commit: 7615fba2d5]
Этот коммит содержится в:
pghafari
2023-01-05 07:37:01 -05:00
коммит произвёл Payam Ghafari
родитель bb765cafaf
Коммит 24be73637f
+4
Просмотреть файл
@@ -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";