Skip to content

Commit 7e06a9d

Browse files
jgu222igcbot
authored andcommitted
Expose key VISAPreSchedCtrl
Expose igc key VISAPreSchedCtrl to Linux
1 parent 9f32f88 commit 7e06a9d

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
@@ -19,7 +19,7 @@ DECLARE_IGC_REGKEY(bool, EnablePreemption, true, "Enable generatin
1919
DECLARE_IGC_REGKEY(bool, ForcePreemptionWA, false, "Force generating preemptable code across platforms", true)
2020
DECLARE_IGC_REGKEY(bool, EnableVISANoSchedule, false, "Enable VISA No-Schedule", true)
2121
DECLARE_IGC_REGKEY(bool, EnableVISAPreSched, true, "Enable VISA Pre-RA Scheduler", true)
22-
DECLARE_IGC_REGKEY(DWORD, VISAPreSchedCtrl, 0, "Configure Pre-RA Scheduler, default(0), logging(1), latency(2), pressure(4)", false)
22+
DECLARE_IGC_REGKEY(DWORD, VISAPreSchedCtrl, 0, "Configure Pre-RA Scheduler, default(0), logging(1), latency(2), pressure(4)", true)
2323
DECLARE_IGC_REGKEY(bool, ForceVISAPreSched, false, "Force enabling of VISA Pre-RA Scheduler", false)
2424
DECLARE_IGC_REGKEY(DWORD, VISAPreSchedRPThreshold, 0, "Threshold to commit a pre-RA Scheduling without spills, 0 for the default", false)
2525
DECLARE_IGC_REGKEY(DWORD, VISAPreSchedExtraGRF, 0, "Bump up GRF number to make pre-RA Scheduling more greedy, 0 for the default", false)

0 commit comments

Comments
 (0)