Revert "Call notifyCmdQueue when building the event wait list"

This reverts commit 9263f193d0.

Reason for revert: better fix in ROCclr

Change-Id: I9707e69adf42a662c08fe9b3ec7458655d838bdd


[ROCm/hip commit: 7e57136aba]
Tá an tiomantas seo le fáil i:
Christophe Paquot
2020-05-28 14:15:51 -04:00
tuismitheoir cdd32d1fd0
tiomantas e97106dda4
-1
Féach ar an gComhad
@@ -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);
}
}