Remove constant cache invalidation from Gen12LP

Change-Id: Ia63bd0296689c3f059f1debfdffdbca3e041e3c3
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2020-03-19 15:08:02 +01:00
committed by sys_ocldev
parent 80b7e1ef46
commit 052271c458
7 changed files with 33 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ std::string HwHelperHw<Family>::getExtensions() const {
template <>
void MemorySynchronizationCommands<Family>::setExtraCacheFlushFields(Family::PIPE_CONTROL *pipeControl) {
pipeControl->setHdcPipelineFlush(true);
pipeControl->setConstantCacheInvalidationEnable(false);
}
template class AubHelperHw<Family>;