We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0fefe commit ebec527Copy full SHA for ebec527
IGC/common/igc_flags.def
@@ -47,7 +47,7 @@ DECLARE_IGC_REGKEY(bool, EnableVISADebug, false, "Runs VISA in deb
47
DECLARE_IGC_REGKEY(DWORD, EnableVISAStructurizer, 1, "Enable/Disable VISA structurizer. See value defs in igc_flags.hpp.", false)
48
DECLARE_IGC_REGKEY(bool, EnableVISAJmpi, true, "Enable/Disable VISA generating jmpi (scalar jump).", false)
49
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) \
+DECLARE_IGC_REGKEY(DWORD, NoMaskToAnyhWA, 0, "Control replacing NoMask with anyh predicate. Valid value: (two groups) \
51
valid value: bit[2] : how to insert anyh - 0 (simple) | 1 (optim|3. \
52
bit[1:0] : which BB to insert - 0(off), 1(divergent BB), \
53
2 (nested divergent BB. \
0 commit comments