diff --git a/projects/clr/hipamd/rocclr/hip_stream.cpp b/projects/clr/hipamd/rocclr/hip_stream.cpp index 565bb6d427..7f74136080 100755 --- a/projects/clr/hipamd/rocclr/hip_stream.cpp +++ b/projects/clr/hipamd/rocclr/hip_stream.cpp @@ -162,6 +162,7 @@ void iHipWaitActiveStreams(amd::HostQueue* blocking_queue, bool wait_null_stream if (command != nullptr) { // Check the current active status if (command->status() != CL_COMPLETE) { + command->notifyCmdQueue(); eventWaitList.push_back(command); } else { command->release();