mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
This is required for scenarios without direct submission Otherwise, staging transfers are enqueued but not actually flushed. If that happens, subsequent staging transfers can't reuse previous staging buffers. It results in increased memory usage. Signed-off-by: Szymon Morek <szymon.morek@intel.com>