Skip to content

Commit 349f3e9

Browse files
stefan-iligcbot
authored andcommitted
Disable SIMD16 drop heuristics for XE3
Disable heuristics due to regression.
1 parent c8ee2af commit 349f3e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,8 @@ DECLARE_IGC_REGKEY(bool, EnableReusingXYZWStoreConstPayload, true, "Enable reusi
15311531
DECLARE_IGC_REGKEY(bool, EnableReusingLSCStoreConstPayload, false, "Enable reusing LSC stores const payload", false)
15321532
DECLARE_IGC_REGKEY(bool, AllowSIMD16DropForXE2, true, "Controls the switch for XE2 simd16 drop", false)
15331533
DECLARE_IGC_REGKEY(bool, AllowSIMD16DropForXE3, true, "Controls the switch for XE3 simd16 drop", false)
1534-
DECLARE_IGC_REGKEY(bool, AllowEarlySIMD16DropForXE3, true, "Controls the early drop to simd16 for XE3", false)
1534+
DECLARE_IGC_REGKEY(bool, AllowEarlySIMD16DropForXE3, false,
1535+
"Controls the early drop to simd16 for XE3", false)
15351536
DECLARE_IGC_REGKEY(DWORD, EarlySIMD16DropForXE3Threshold, 190, "Threshold for the early drop to simd16 for XE3", false)
15361537
DECLARE_IGC_REGKEY(DWORD, RegPressureVerbocity, 2, "Different printing types", false)
15371538
DECLARE_IGC_REGKEY(DWORD, RetryRevertExcessiveSpillingKernelThreshold, 10000,

0 commit comments

Comments
 (0)