Skip to content

Commit 4e4b4ab

Browse files
youfengwuigcbot
authored andcommitted
[IGC DX] Set EnableFastestLinearScan=ture by default
Set EnableFastestLinearScan=ture by default now that pre-etm found no failure with LinearScanRA.
1 parent 5cfb4d7 commit 4e4b4ab

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
@@ -605,7 +605,7 @@ DECLARE_IGC_REGKEY(DWORD, CodePatchFilter, 0x7, "Filter out unsu
605605
DECLARE_IGC_REGKEY(DWORD, FirstStagedSIMD, 0, "Force Pixel shader to be 1: FastSIMD (SIMD8), 2: BestSIMD (SIMD16 or SIMD8), 3: FatestSIMD (SIMD8 opt off)", false)
606606
DECLARE_IGC_REGKEY(DWORD, FastestS1Experiments, 0, "Select configs for fastest compilation by bits.", false)
607607
DECLARE_IGC_REGKEY(bool, EnableFastestForVulkan, false, "Enable Fastest/LinearScanRA to run on Vulkan unit test case.", false)
608-
DECLARE_IGC_REGKEY(bool, EnableFastestLinearScan, false, "Enable LinearScanRA in FastestSIMD.", false)
608+
DECLARE_IGC_REGKEY(bool, EnableFastestLinearScan, true, "Enable LinearScanRA in FastestSIMD.", false)
609609
DECLARE_IGC_REGKEY(bool, DisableFastestGopt, false, "Disable global optimizations for stage 1 shaders.", false)
610610
DECLARE_IGC_REGKEY(bool, ForceFastestSIMD, false, "Force pixel shader to return SIMD8 as fast as possible.", false)
611611
DECLARE_IGC_REGKEY(bool, ForceBestSIMD, false, "Force pixel shader to return the best SIMD, either SIMD16 or SIMD8.", false)

0 commit comments

Comments
 (0)