SWDEV-246142: Improve performance for sync with multiple streams
Change-Id: Ifc625c4c1311ac235b08ea705a3df216d47b2c5e
This commit is contained in:
کامیت شده توسط
Anusha Godavarthy Surya
والد
99f1830ed6
کامیت
9124285f18
@@ -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();
|
||||
|
||||
مرجع در شماره جدید
Block a user