Skip to content

Commit bc1ecf3

Browse files
pratikasharigcbot
authored andcommitted
Flip EnableGlobalStateBuffer option.
Flip EnableGlobalStateBuffer option.
1 parent ad05887 commit bc1ecf3

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(bool, EnableQWAddSupport, true, "Enable QW Add support", true
521521
DECLARE_IGC_REGKEY(bool, ForceQWAddSupport, false, "Force enabling the QW Add support along with ForcePartialInt64", true)
522522
DECLARE_IGC_REGKEY(bool, ForcePartialInt64, false, "Force hasPartialInt64Support() regardless of the stepping", 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)