SWDEV-269756 - Add missing Cooperative Groups error string

Change-Id: I1833f8bb4b48b19bb3d6cac57dda429231cf3562
This commit is contained in:
Joseph Greathouse
2021-01-20 22:21:30 -06:00
orang tua 30820b131e
melakukan b52392f6ee
+2
Melihat File
@@ -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: