mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Program pipe_control->tlb_invalidate under debug flag
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
53b1dded2f
commit
7ce2f0db38
@@ -244,6 +244,7 @@ void MemorySynchronizationCommands<GfxFamily>::setPipeControl(typename GfxFamily
|
||||
pipeControl.setVfCacheInvalidationEnable(true);
|
||||
pipeControl.setConstantCacheInvalidationEnable(true);
|
||||
pipeControl.setStateCacheInvalidationEnable(true);
|
||||
pipeControl.setTlbInvalidate(true);
|
||||
}
|
||||
if (DebugManager.flags.DoNotFlushCaches.get()) {
|
||||
pipeControl.setDcFlushEnable(false);
|
||||
|
||||
Reference in New Issue
Block a user