mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Fix bug with allocationsForDownload
- after downloading clear container Change-Id: If70e973a9366d2fc33d263bce3a3927e0c2f0531 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
89195ca4a3
commit
d6fb463f16
@@ -525,6 +525,7 @@ void TbxCommandStreamReceiverHw<GfxFamily>::downloadAllocations() {
|
||||
for (GraphicsAllocation *graphicsAllocation : this->allocationsForDownload) {
|
||||
downloadAllocation(*graphicsAllocation);
|
||||
}
|
||||
this->allocationsForDownload.clear();
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user