[Autobackout][FunctionalRegression]Revert of change: e640d20fc8: Enable Code Scheduling on recompilation

Enable Code Scheduling on recompilation
This commit is contained in:
sys_igc
2025-07-26 05:18:54 +02:00
committed by igcbot
parent 74151dcc32
commit 09573028d0

View File

@ -279,8 +279,8 @@ DECLARE_IGC_REGKEY(DWORD, LS_splitThresholdDelta_GRF, 2,
"Register pressure must exceed total GRFs by this much for the load splitting to fire up.", false)
// Code Scheduling
DECLARE_IGC_REGKEY(bool, DisableCodeScheduling, false, "Disable local code scheduling", true)
DECLARE_IGC_REGKEY(bool, CodeSchedulingOnlyRecompilation, true, "Enable code scheduling only on 2nd try", true)
DECLARE_IGC_REGKEY(bool, DisableCodeScheduling, true, "Disable local code scheduling", true)
DECLARE_IGC_REGKEY(bool, CodeSchedulingOnlyRecompilation, false, "Enable code scheduling only on 2nd try", true)
DECLARE_IGC_REGKEY(bool, EnableCodeSchedulingIfNoSpills, false, "Try rescheduling also when there are no spills", true)
DECLARE_IGC_REGKEY(bool, CodeSchedulingForceMWOnly, false, "Force scheduling to consider only latency", true)