mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: Download allocations when timestamps are complete
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
82147fcdd6
commit
246c24f78f
@@ -779,6 +779,7 @@ bool Event::areTimestampsCompleted() {
|
||||
}
|
||||
}
|
||||
}
|
||||
this->cmdQueue->getGpgpuCommandStreamReceiver().downloadAllocations();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user