Skip to content

Commit 3548445

Browse files
pratikasharigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 32af7f7
Enable split scalar pass.
1 parent 291667e commit 3548445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/VISAOptions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ DEF_VISA_OPTION(vISA_enableBCR, ET_BOOL, "-enableBCR", UNUSED, false)
137137
DEF_VISA_OPTION(vISA_forceBCR, ET_BOOL, "-forceBCR", UNUSED, false)
138138
DEF_VISA_OPTION(vISA_IntrinsicSplit, ET_BOOL, "-doSplit", UNUSED, false)
139139
DEF_VISA_OPTION(vISA_LraFFWindowSize, ET_INT32, "-lraFFWindowSize", UNUSED, 12)
140-
DEF_VISA_OPTION(vISA_SplitGRFAlignedScalar, ET_BOOL, "-nosplitGRFalignedscalar", UNUSED, true)
140+
DEF_VISA_OPTION(vISA_SplitGRFAlignedScalar, ET_BOOL, "-splitGRFalignedscalar", UNUSED, false)
141141

142142
DEF_VISA_OPTION(vISA_VerifyAugmentation, ET_BOOL, "-verifyaugmentation", UNUSED, false)
143143
DEF_VISA_OPTION(vISA_VerifyExplicitSplit, ET_BOOL, "-verifysplit", UNUSED, false)

0 commit comments

Comments
 (0)