We will need these in AMDGPU's new SchedStrategy implmentation.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Whatever works for you. I was thinking custom schedulers would use composition of utilities rather than inheriting the whole set of heuristics. It comes down to whether you want someone tuning the GenericScheduler to impact performance on your target. They will have no way to evaluate it.
Comment Actions
The custom heuristics are working well for us so far, I just needed a way to have better control over the register pressure limits.