mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Switch default CPU cache flush to disabled in direct submission
Change-Id: I1a5e5f67d3e6af129aeb611f203c243d892321bb Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
28ef5fa709
commit
820efffdd0
@@ -142,7 +142,7 @@ class DirectSubmissionHw {
|
||||
uint32_t workloadModeOneExpectedValue = 0u;
|
||||
|
||||
bool ringStart = false;
|
||||
bool disableCpuCacheFlush = false;
|
||||
bool disableCpuCacheFlush = true;
|
||||
bool disableCacheFlush = false;
|
||||
bool disableMonitorFence = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user