fix: add poll for aub completion on queue synchronize

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2025-08-06 12:17:14 +00:00
committed by Compute-Runtime-Automation
parent 545c018ecf
commit b95ba7cf05
3 changed files with 22 additions and 26 deletions

View File

@@ -188,6 +188,8 @@ ze_result_t CommandQueueImp::synchronizeByPollingForTaskCount(uint64_t timeoutNa
}
postSyncOperations(false);
getCsr()->pollForAubCompletion();
return ZE_RESULT_SUCCESS;
}