mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
fix: Download allocations on clReleaseEvents
Resolves: HSD-13013658526 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5f1de63cdb
commit
d1d65e4374
@@ -115,6 +115,8 @@ Event::~Event() {
|
||||
{
|
||||
TakeOwnershipWrapper<CommandQueue> queueOwnership(*cmdQueue);
|
||||
cmdQueue->handlePostCompletionOperations(true);
|
||||
|
||||
this->cmdQueue->getGpgpuCommandStreamReceiver().downloadAllocations(true);
|
||||
}
|
||||
if (timeStampNode != nullptr) {
|
||||
timeStampNode->returnTag();
|
||||
|
||||
Reference in New Issue
Block a user