Skip to content

Commit d9eda71

Browse files
admitricigcbot
authored andcommitted
Enable CodeScheduling on the 1st try
Enable CodeScheduling on the 1st try (not only on the recompilation)
1 parent b717c7c commit d9eda71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ DECLARE_IGC_REGKEY(DWORD, LS_splitThresholdDelta_GRF, 2,
280280

281281
// Code Scheduling
282282
DECLARE_IGC_REGKEY(bool, DisableCodeScheduling, false, "Disable local code scheduling", true)
283-
DECLARE_IGC_REGKEY(bool, CodeSchedulingOnlyRecompilation, true, "Enable code scheduling only on 2nd try", true)
283+
DECLARE_IGC_REGKEY(bool, CodeSchedulingOnlyRecompilation, false, "Enable code scheduling only on 2nd try", true)
284284

285285
DECLARE_IGC_REGKEY(bool, EnableCodeSchedulingIfNoSpills, false, "Try rescheduling also when there are no spills", true)
286286
DECLARE_IGC_REGKEY(bool, CodeSchedulingGreedyRPHigherRPCommit, false, "If GreedyRP was chosen, commit it also if the estimated RP "

0 commit comments

Comments
 (0)