diff --git a/projects/clr/hipamd/src/hip_error.cpp b/projects/clr/hipamd/src/hip_error.cpp index 909a9e08d0..7ffc1ce987 100644 --- a/projects/clr/hipamd/src/hip_error.cpp +++ b/projects/clr/hipamd/src/hip_error.cpp @@ -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";