SWDEV-246142: Improve performance for sync with multiple streams
Change-Id: Ifc625c4c1311ac235b08ea705a3df216d47b2c5e
[ROCm/hip commit: 76824a7f04]
Tento commit je obsažen v:
odevzdal
Anusha Godavarthy Surya
rodič
7c60cf0a5b
revize
a6accd4db6
@@ -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();
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele