You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGC/common/igc_flags.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ DECLARE_IGC_REGKEY(DWORD, NoMaskWA, 2, "Add NoMask WA us
45
45
2 (nested divergent BB), 3 (=2). \
46
46
bit[2] : how to add WA - 0 (optim, per-BB) | 1 (simple, ie, per-inst)", false)
47
47
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)
49
49
DECLARE_IGC_REGKEY(bool, EnableCallWA, false, "Enable call WA when EU fusion is on", false)
50
50
DECLARE_IGC_REGKEY(bool, EnableMathDPASWA, false, "PVC math instruction running with DPAS issue", false)
51
51
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