fix: Download allocations when timestamps are complete

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-03-04 13:19:17 +00:00
committed by Compute-Runtime-Automation
parent 82147fcdd6
commit 246c24f78f
2 changed files with 2 additions and 1 deletions

View File

@@ -779,6 +779,7 @@ bool Event::areTimestampsCompleted() {
}
}
}
this->cmdQueue->getGpgpuCommandStreamReceiver().downloadAllocations();
return true;
}
}