mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
Remove constant cache invalidation from Gen12LP
Change-Id: Ia63bd0296689c3f059f1debfdffdbca3e041e3c3 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
80b7e1ef46
commit
052271c458
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user