Skip to content

Commit 485303e

Browse files
dburke4-inteligcbot
authored andcommitted
Disable loads via LSC
Disable routing loads vis LSC
1 parent 90f9085 commit 485303e

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
@@ -625,7 +625,6 @@ DECLARE_IGC_REGKEY(bool, EnablePromotionToSampleMlod, true,
625625
"Enables promotion of sample and sample_c to sample_mlod and sample_c_mlod instructions when min lod is present", false)
626626
DECLARE_IGC_REGKEY(bool, DisableCorrectlyRoundedMacros, false, "Tmp flag to disable correcly rounded macros for BMG+. This flag will be removed in the future.", false)
627627
DECLARE_IGC_REGKEY(bool, EnableLscSamplerRouting, true, "Enables conversion of LD to LD_L instructions.", false)
628-
DECLARE_IGC_REGKEY(bool, ForceLscSamplerRoutingSimulationXe3, false, "Force conversion of LD to LD_L instructions on Xe3 simulation", false)
629628
DECLARE_IGC_REGKEY(bool, EnableSIMD16ForXe2, false, "Enable CS SIMD16 for Xe2", false)
630629
DECLARE_IGC_REGKEY(bool, EnableSIMD16ForNonWaveXe2, true, "Enable CS SIMD16 for Xe2 if the shader doesn't have wave", false)
631630
DECLARE_IGC_REGKEY(DWORD, CheckCSSLMLimit, 2, "Check SLM or threads limit on compute shader to turn on Enable2xGRF on DG2+"\

0 commit comments

Comments
 (0)