mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Add missing cache flush to direct submission
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e5a1d33a2b
commit
b881e5f0fe
@@ -57,6 +57,8 @@ inline void RenderDispatcher<GfxFamily>::dispatchTlbFlush(LinearStream &cmdBuffe
|
||||
PipeControlArgs args(false);
|
||||
args.tlbInvalidation = true;
|
||||
args.pipeControlFlushEnable = true;
|
||||
args.textureCacheInvalidationEnable = true;
|
||||
|
||||
MemorySynchronizationCommands<GfxFamily>::addPipeControl(cmdBuffer, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user