Skip to content

Commit 52b3f31

Browse files
iwwuigcbot
authored andcommitted
Remove EnableFastestForAllWaveIntrinsicsPS
EnableFastestForAllWaveIntrinsicsPS is not needed
1 parent ee7a6a0 commit 52b3f31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ DECLARE_IGC_REGKEY(bool, DisableFastestLinearScan, false, "Disable Linear
681681
DECLARE_IGC_REGKEY(bool, DisableFastestGopt, false, "Disable global optimizations for stage 1 shaders.", false)
682682
DECLARE_IGC_REGKEY(bool, ForceFastestSIMD, false, "Force pixel shader to return SIMD8 as fast as possible.", false)
683683
DECLARE_IGC_REGKEY(bool, EnableFastestSingleCSSIMD, true, "Enable selecting single CS SIMD in staged compilation.", false)
684-
DECLARE_IGC_REGKEY(bool, EnableFastestForAllWaveIntrinsicsPS, false, "Enable staged compilation for all PS that use wave intrinsics.", false)
685684
DECLARE_IGC_REGKEY(bool, ForceBestSIMD, false, "Force pixel shader to return the best SIMD, either SIMD16 or SIMD8.", false)
686685
DECLARE_IGC_REGKEY(bool, SkipTREarlyExitCheck, false, "Skip SIMD16 early exit check in ShaderCodeGen", false)
687686
DECLARE_IGC_REGKEY(bool, EnableTCSHWBarriers, false, "Enable TCS pass with HW barriers support. Default TCS pass is TCS pass with multiple continuation functions.", false)

0 commit comments

Comments
 (0)