From de014d4042e0074db04c10d7bcbf12946794be08 Mon Sep 17 00:00:00 2001 From: Joseph Greathouse Date: Wed, 20 Jan 2021 22:21:30 -0600 Subject: [PATCH] SWDEV-269756 - Add missing Cooperative Groups error string Change-Id: I1833f8bb4b48b19bb3d6cac57dda429231cf3562 [ROCm/clr commit: 51e53b6b5619a1acdea891c92908cc852d0507c2] --- projects/clr/hipamd/rocclr/hip_error.cpp | 2 ++ 1 file changed, 2 insertions(+) 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: