Skip to content

Commit

Permalink
Disable loads via LSC
Browse files Browse the repository at this point in the history
Disable routing loads vis LSC
  • Loading branch information
dburke4-intel authored and igcbot committed Feb 26, 2025
1 parent 7e026a7 commit 906e111
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IGC/common/igc_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ DECLARE_IGC_REGKEY(bool, EnablePromotionToSampleMlod, true,
"Enables promotion of sample and sample_c to sample_mlod and sample_c_mlod instructions when min lod is present", false)
DECLARE_IGC_REGKEY(bool, DisableCorrectlyRoundedMacros, false, "Tmp flag to disable correcly rounded macros for BMG+. This flag will be removed in the future.", false)
DECLARE_IGC_REGKEY(bool, EnableLscSamplerRouting, true, "Enables conversion of LD to LD_L instructions.", false)
DECLARE_IGC_REGKEY(bool, ForceLscSamplerRoutingSimulationXe3, false, "Force conversion of LD to LD_L instructions on Xe3 simulation", false)
DECLARE_IGC_REGKEY(bool, EnableSIMD16ForXe2, false, "Enable CS SIMD16 for Xe2", false)
DECLARE_IGC_REGKEY(bool, EnableSIMD16ForNonWaveXe2, true, "Enable CS SIMD16 for Xe2 if the shader doesn't have wave", false)
DECLARE_IGC_REGKEY(DWORD, CheckCSSLMLimit, 2, "Check SLM or threads limit on compute shader to turn on Enable2xGRF on DG2+"\
Expand Down

0 comments on commit 906e111

Please sign in to comment.