mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Do not flush dc when encode compute mode on tgl and later
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ff01b9361e
commit
0353116964
@@ -45,7 +45,6 @@ inline void EncodeComputeMode<Family>::programComputeModeCommandWithSynchronizat
|
||||
|
||||
if (isBasicWARequired) {
|
||||
PipeControlArgs args;
|
||||
args.dcFlushEnable = dcFlush;
|
||||
NEO::EncodeWA<Family>::addPipeControlPriorToNonPipelinedStateCommand(csr, args, hwInfo, isRcs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user