Skip to content

Commit 4763e9c

Browse files
sys-igcigcbot
authored andcommitted
Changes in code.
1 parent 29e8b83 commit 4763e9c

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
@@ -45,7 +45,7 @@ DECLARE_IGC_REGKEY(DWORD, NoMaskWA, 2, "Add NoMask WA us
4545
2 (nested divergent BB), 3 (=2). \
4646
bit[2] : how to add WA - 0 (optim, per-BB) | 1 (simple, ie, per-inst)", false)
4747
DECLARE_IGC_REGKEY(bool, ForceNoMaskWA, false, "[tmp, testing] Force NoMaskWA on any platforms", false)
48-
DECLARE_IGC_REGKEY(bool, EnableNewNoMaskWA, true, "[tmp, testing] Enable New NoMaskWA", false)
48+
DECLARE_IGC_REGKEY(bool, EnableNewNoMaskWA, false, "[tmp, testing] Enable New NoMaskWA", false)
4949
DECLARE_IGC_REGKEY(bool, EnableCallWA, false, "Enable call WA when EU fusion is on", false)
5050
DECLARE_IGC_REGKEY(bool, EnableMathDPASWA, false, "PVC math instruction running with DPAS issue", false)
5151
DECLARE_IGC_REGKEY(bool, ForceSubReturn, true, "If a subroutine does not have a return, generate a dummy return if this key is set (to meet visa requirement)", false)

0 commit comments

Comments
 (0)