From b52392f6ee3f18604f4b27cd48482b24f274ee1e 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 --- rocclr/hip_error.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rocclr/hip_error.cpp b/rocclr/hip_error.cpp index 5802629154..11a9ad2f8f 100644 --- a/rocclr/hip_error.cpp +++ b/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: