Call notifyCmdQueue when building the event wait list
SWDEV-237846
Change-Id: I8bf70e7ad19903767a080d8c6e516c83b0dc2545
[ROCm/hip commit: 3ba07f5e3c]
Этот коммит содержится в:
коммит произвёл
Christophe Paquot
родитель
587471a46c
Коммит
9263f193d0
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user