Skip to content

Commit 2ce6e05

Browse files
committed
Revert "[Autobackout][FuncReg]Revert of change: bc1ecf3"
This reverts commit a3e06b3.
1 parent 8e80ced commit 2ce6e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ DECLARE_IGC_REGKEY_ENUM(TgmLoadCacheControlOverride, 0, "Overrides cache-control
521521
DECLARE_IGC_REGKEY_ENUM(TgmStoreCacheControlOverride, 0, "Overrides cache-control options for non-intrinsic LSC tgm stores.", LSC_CACHE_CTRL_OPTIONS, true)
522522
DECLARE_IGC_REGKEY(bool, LscForceSpillNonStackcall, false, "Non-stack call kernels that spill will use LSC on DG2+", true)
523523

524-
DECLARE_IGC_REGKEY(bool, EnableGlobalStateBuffer, false, "This key allows stack calls to read implicit args from side buffer. It also emits a relocatable add in VISA.", true)
524+
DECLARE_IGC_REGKEY(bool, EnableGlobalStateBuffer, true, "This key allows stack calls to read implicit args from side buffer. It also emits a relocatable add in VISA.", true)
525525
DECLARE_IGC_REGKEY(bool, LateInlineUnmaskedFunc, false, "Postpone inlining of Unmasked functions till end of CG to avoid code movement inside/outside of unmasked region", false)
526526
DECLARE_IGC_REGKEY(bool, ForceFormatConversionDG2Plus, false,
527527
"Forces SW image format conversion for R10G10B10A2_UNORM, R11G11B10_FLOAT, R10G10B10A2_UINT image formats on DG2+ platforms", true)

0 commit comments

Comments
 (0)