Skip to content

Commit b68fe01

Browse files
pratikasharigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: df4dc0d
Flip reg key EnableGlobalStateBuffer. Flip reg key EnableGlobalStateBuffer.
1 parent 58a8c46 commit b68fe01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ DECLARE_IGC_REGKEY(bool, LscForceSpillNonStackcall, false, "Non-stack call kerne
512512
DECLARE_IGC_REGKEY(bool, EnableQWAddSupport, true, "Enable QW Add support", true)
513513
DECLARE_IGC_REGKEY(bool, ForceQWAddSupport, false, "Force enabling the QW Add support along with ForcePartialInt64", true)
514514
DECLARE_IGC_REGKEY(bool, ForcePartialInt64, false, "Force hasPartialInt64Support() regardless of the stepping", true)
515-
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)
515+
516+
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)
516517
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)
517518
DECLARE_IGC_REGKEY(bool, ForceFormatConversionDG2Plus, false,
518519
"Forces SW image format conversion for R10G10B10A2_UNORM, R11G11B10_FLOAT, R10G10B10A2_UINT image formats on DG2+ platforms", true)

0 commit comments

Comments
 (0)