Skip to content

Commit fccd4d8

Browse files
jgu222igcbot
authored andcommitted
Turn on stack call wa
Turn on stack call wa by default for IGC. 2nd try: after forcing calla's operands to be grf-aligned due to hw bug.
1 parent debb95d commit fccd4d8

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
@@ -42,7 +42,7 @@ DECLARE_IGC_REGKEY(DWORD, NoMaskWA, 2, "Add NoMask WA us
4242
2 (nested divergent BB), 3 (=2). \
4343
bit[2] : how to add WA - 0 (optim, per-BB) | 1 (simple, ie, per-inst)", false)
4444
DECLARE_IGC_REGKEY(bool, ForceNoMaskWA, false, "[tmp, testing] Force NoMaskWA on any platforms", false)
45-
DECLARE_IGC_REGKEY(bool, EnableCallWA, false, "Enable call WA when EU fusion is on", false)
45+
DECLARE_IGC_REGKEY(bool, EnableCallWA, true, "Enable call WA when EU fusion is on", false)
4646
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)
4747
DECLARE_IGC_REGKEY(DWORD,UnifiedSendCycle, 0, "Using unified send cycle.", false)
4848
DECLARE_IGC_REGKEY(DWORD,DisableMixMode, 0, "Disables mix mode in vISA BE.", false)

0 commit comments

Comments
 (0)