fix: Download allocations on clReleaseEvents

Resolves: HSD-13013658526

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-09-09 14:04:38 +00:00
committed by Compute-Runtime-Automation
parent 5f1de63cdb
commit d1d65e4374
2 changed files with 23 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ Event::~Event() {
{
TakeOwnershipWrapper<CommandQueue> queueOwnership(*cmdQueue);
cmdQueue->handlePostCompletionOperations(true);
this->cmdQueue->getGpgpuCommandStreamReceiver().downloadAllocations(true);
}
if (timeStampNode != nullptr) {
timeStampNode->returnTag();