[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
parent 7f98f77350
commit 2733df36b5
9 changed files with 39 additions and 8 deletions
+2
View 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: