Skip to content

Commit 345a616

Browse files
jgu222igcbot
authored andcommitted
Enable 3rd versin of NoMaskWA
Set EnableNewNoMaskWA=2 to enable the 3rd version of noMaskWA
1 parent f4df3bb commit 345a616

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
@@ -48,7 +48,7 @@ DECLARE_IGC_REGKEY(DWORD, NoMaskWA, 2, "Add NoMask WA us
4848
2 (nested divergent BB), 3 (=2). \
4949
bit[2] : how to add WA - 0 (optim, per-BB) | 1 (simple, ie, per-inst)", false)
5050
DECLARE_IGC_REGKEY(bool, ForceNoMaskWA, false, "[tmp, testing] Force NoMaskWA on any platforms", false)
51-
DECLARE_IGC_REGKEY(DWORD, EnableNewNoMaskWA, 2, "[tmp, testing] Enable New NoMaskWA : 1: 2nd version; 2: 3rd version (all postRA)", true)
51+
DECLARE_IGC_REGKEY(DWORD, EnableNewNoMaskWA, 1, "[tmp, testing] Enable New NoMaskWA : 1: 2nd version; 2: 3rd version (all postRA)", true)
5252
DECLARE_IGC_REGKEY(DWORD, EnableCallWA, 2, " Control call WA when EU fusion is on. 0: off; 1: non-XE_HP_SDV platforms; 2: all platforms", true)
5353
DECLARE_IGC_REGKEY(bool, EnableMathDPASWA, false, "PVC math instruction running with DPAS issue", false)
5454
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)