fix: set default value of flag EnableCpuCacheForResources to false

when flag disabled, gmm flag Cacheable won't set on xe_hp and later

Related-To: NEO-7194
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2023-05-18 09:33:08 +00:00
committed by Compute-Runtime-Automation
parent d234bc970d
commit 305cc00b0f
2 changed files with 2 additions and 2 deletions

View File

@@ -523,6 +523,6 @@ ExitOnSubmissionMode = 0
ForceInOrderImmediateCmdListExecution = -1
ForceTlbFlush = -1
DebugSetMemoryDiagnosticsDelay = -1
EnableCpuCacheForResources = 1
EnableCpuCacheForResources = 0
# Please don't edit below this line