diff --git a/projects/hip/rocclr/hip_stream.cpp b/projects/hip/rocclr/hip_stream.cpp index 0f9b782066..868e0e29ba 100644 --- a/projects/hip/rocclr/hip_stream.cpp +++ b/projects/hip/rocclr/hip_stream.cpp @@ -134,6 +134,7 @@ void iHipWaitActiveStreams(amd::HostQueue* blocking_queue, bool wait_null_stream if ((command != nullptr) && // Check the current active status (command->status() != CL_COMPLETE)) { + command->notifyCmdQueue(); eventWaitList.push_back(command); } }