From 7e57136aba8d3cf5f41885ead133fa008f419efe Mon Sep 17 00:00:00 2001 From: Christophe Paquot Date: Thu, 28 May 2020 14:15:51 -0400 Subject: [PATCH] Revert "Call notifyCmdQueue when building the event wait list" This reverts commit 3ba07f5e3cffd35d93a7596f7b978e4b106997d8. Reason for revert: better fix in ROCclr Change-Id: I9707e69adf42a662c08fe9b3ec7458655d838bdd --- rocclr/hip_stream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rocclr/hip_stream.cpp b/rocclr/hip_stream.cpp index 868e0e29ba..0f9b782066 100644 --- a/rocclr/hip_stream.cpp +++ b/rocclr/hip_stream.cpp @@ -134,7 +134,6 @@ 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); } }