Skip to content

Commit ebec527

Browse files
jgu222sys_zuul
authored andcommitted
Changes in code.
Change-Id: I1578b2c688ddffd0ad52c4c8abbe6d142cdff855
1 parent 9d0fefe commit ebec527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DECLARE_IGC_REGKEY(bool, EnableVISADebug, false, "Runs VISA in deb
4747
DECLARE_IGC_REGKEY(DWORD, EnableVISAStructurizer, 1, "Enable/Disable VISA structurizer. See value defs in igc_flags.hpp.", false)
4848
DECLARE_IGC_REGKEY(bool, EnableVISAJmpi, true, "Enable/Disable VISA generating jmpi (scalar jump).", false)
4949
DECLARE_IGC_REGKEY(bool, EnableSCFWA, true, "Enable/Disable VISA structrizer WA (temporary for debugging)", false)
50-
DECLARE_IGC_REGKEY(DWORD, NoMaskToAnyhWA, 8, "Control replacing NoMask with anyh predicate. Valid value: (two groups) \
50+
DECLARE_IGC_REGKEY(DWORD, NoMaskToAnyhWA, 0, "Control replacing NoMask with anyh predicate. Valid value: (two groups) \
5151
valid value: bit[2] : how to insert anyh - 0 (simple) | 1 (optim|3. \
5252
bit[1:0] : which BB to insert - 0(off), 1(divergent BB), \
5353
2 (nested divergent BB. \

0 commit comments

Comments
 (0)