diff --git a/projects/clr/hipamd/rocclr/hip_error.cpp b/projects/clr/hipamd/rocclr/hip_error.cpp index 5802629154..11a9ad2f8f 100644 --- a/projects/clr/hipamd/rocclr/hip_error.cpp +++ b/projects/clr/hipamd/rocclr/hip_error.cpp @@ -158,6 +158,8 @@ const char *hipGetErrorName(hipError_t hip_error) return "hipErrorRuntimeMemory"; case hipErrorRuntimeOther: return "hipErrorRuntimeOther"; + case hipErrorCooperativeLaunchTooLarge: + return "hipErrorCooperativeLaunchTooLarge"; case hipErrorTbd: return "hipErrorTbd"; default: