We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9024ac8 commit e573626Copy full SHA for e573626
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -1067,9 +1067,9 @@ struct AMDGPUStreamTy {
1067
static void CallbackWrapper(AMDGPUSignalTy *InputSignal,
1068
AMDGPUSignalTy *OutputSignal,
1069
void (*Callback)(void *), void *UserData) {
1070
+ // The wait call will not error in this context.
1071
if (InputSignal)
1072
if (auto Err = InputSignal->wait())
- // Wait shouldn't report an error
1073
reportFatalInternalError(std::move(Err));
1074
1075
Callback(UserData);
0 commit comments