fix: unregister CSR client on OCL sync points

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-08-11 10:22:19 +00:00
committed by Compute-Runtime-Automation
parent 998e0a5833
commit 3cf1f5c462
9 changed files with 111 additions and 41 deletions

View File

@@ -454,7 +454,7 @@ inline WaitStatus Event::wait(bool blocking, bool useQuickKmdSleep) {
DEBUG_BREAK_IF(this->taskLevel == CompletionStamp::notReady && this->executionStatus >= 0);
cmdQueue->tryReleaseDeferredNodes(true);
cmdQueue->handlePostCompletionOperations(true);
auto *allocationStorage = cmdQueue->getGpgpuCommandStreamReceiver().getInternalAllocationStorage();
allocationStorage->cleanAllocationList(this->taskCount, TEMPORARY_ALLOCATION);