Skip to content

Commit 2724b08

Browse files
weiyu-chenigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 6c5020a
Enable omission of private/local address space checks for generic pointer load/store.
1 parent e208146 commit 2724b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IGC/common/igc_flags.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ DECLARE_IGC_REGKEY(DWORD, OverrideOCLMaxParamSize, 0, "Override the value impos
469469
DECLARE_IGC_REGKEY(bool, EnableOptReportPrivateMemoryToSLM, false, "[POC] Generate opt report file for moving private memory allocations to SLM.", false)
470470
DECLARE_IGC_REGKEY(bool, ForceAllPrivateMemoryToSLM, false, "[POC] Force moving all private memory allocations to SLM.", false)
471471
DECLARE_IGC_REGKEY(debugString, ForcePrivateMemoryToSLMOnBuffers, 0, "[POC] Force moving private memory allocations to SLM, semicolon-separated list of buffers.", false)
472-
DECLARE_IGC_REGKEY(bool, ForcePrivateMemoryToGlobalOnGeneric, true, "Force moving private memory allocations to global buffer when generic pointer is present", true)
473-
DECLARE_IGC_REGKEY(bool, DetectLocalToGenericCast, true, "Auto-detect if the module contains local to gerneric address space cast", true)
472+
DECLARE_IGC_REGKEY(bool, ForcePrivateMemoryToGlobalOnGeneric, false, "Force moving private memory allocations to global buffer when generic pointer is present", true)
473+
DECLARE_IGC_REGKEY(bool, DetectLocalToGenericCast, false, "Auto-detect if the module contains local to gerneric address space cast", true)
474474

475475
DECLARE_IGC_GROUP("Generating precompiled headers")
476476
DECLARE_IGC_REGKEY(bool, ApplyConservativeRastWAHeader, true, "Apply WaConservativeRasterization for the platforms enabled", false)

0 commit comments

Comments
 (0)