SWDEV-269756 - Add missing Cooperative Groups error string

Change-Id: I1833f8bb4b48b19bb3d6cac57dda429231cf3562
Este commit está contenido en:
Joseph Greathouse
2021-01-20 22:21:30 -06:00
padre 30820b131e
commit b52392f6ee
+2
Ver fichero
@@ -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: