From dfec1367259b797dfda14bbffcac6d4d83b48b48 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 1cfc9d1860f9e3d40bcc484271309d7a223f95d5. Reason for revert: better fix in ROCclr Change-Id: I9707e69adf42a662c08fe9b3ec7458655d838bdd --- hipamd/rocclr/hip_stream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/hipamd/rocclr/hip_stream.cpp b/hipamd/rocclr/hip_stream.cpp index 868e0e29ba..0f9b782066 100644 --- a/hipamd/rocclr/hip_stream.cpp +++ b/hipamd/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); } }