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:
Lukasz Jobczyk
2022-10-28 11:37:25 +00:00
committed by Compute-Runtime-Automation
parent ff01b9361e
commit 0353116964
2 changed files with 3 additions and 1 deletions

View File

@@ -45,7 +45,6 @@ inline void EncodeComputeMode<Family>::programComputeModeCommandWithSynchronizat
if (isBasicWARequired) {
PipeControlArgs args;
args.dcFlushEnable = dcFlush;
NEO::EncodeWA<Family>::addPipeControlPriorToNonPipelinedStateCommand(csr, args, hwInfo, isRcs);
}