[HIP][HIPIFY] Add some missing flags for cooperative launch and occupancy APIs

[ROCm/clr commit: 6db9b782be]
This commit is contained in:
Aryan Salmanpour
2020-01-30 15:05:53 -05:00
orang tua 7f98f77350
melakukan 2733df36b5
9 mengubah file dengan 39 tambahan dan 8 penghapusan
+2
Melihat File
@@ -1796,6 +1796,8 @@ const char* ihipErrorString(hipError_t hip_error) {
return "hipErrorMissingConfiguration";
case hipErrorLaunchFailure:
return "hipErrorLaunchFailure";
case hipErrorCooperativeLaunchTooLarge:
return "hipErrorCooperativeLaunchTooLarge";
case hipErrorPriorLaunchFailure:
return "hipErrorPriorLaunchFailure";
case hipErrorLaunchTimeOut: