Skip to content

Commit 2d95d8b

Browse files
iwwuigcbot
authored andcommitted
Remove EnableFastestForAllWaveIntrinsicsCS
EnableFastestForAllWaveIntrinsicsCS is not needed
1 parent 804ed3c commit 2d95d8b

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, EnableFastestForAllWaveIntrinsicsCS, false, "Enable staged compilation for all CS that use wave intrinsics.", false)
685684
DECLARE_IGC_REGKEY(bool, EnableFastestForAllWaveIntrinsicsPS, false, "Enable staged compilation for all PS that use wave intrinsics.", false)
686685
DECLARE_IGC_REGKEY(bool, ForceBestSIMD, false, "Force pixel shader to return the best SIMD, either SIMD16 or SIMD8.", false)
687686
DECLARE_IGC_REGKEY(bool, SkipTREarlyExitCheck, false, "Skip SIMD16 early exit check in ShaderCodeGen", false)

0 commit comments

Comments
 (0)