SWDEV-269756 - Add missing Cooperative Groups error string

Change-Id: I1833f8bb4b48b19bb3d6cac57dda429231cf3562
Tento commit je obsažen v:
Joseph Greathouse
2021-01-20 22:21:30 -06:00
rodič 30820b131e
revize b52392f6ee
+2
Zobrazit soubor
@@ -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: