[llvm-dev] mischeduler (pre-RA) experiments (original) (raw)

陳韋任 via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 24 18:00:03 PST 2017


Of course, you want to duplicate as little of the generic scheduling logic as you can. So I think the challenge is how to expose the generic scheduler's functionality as a base class or composition of utilities so that defining your strategy doesn't require too much copy-paste.

​Isn't GCNMaxOccupancySchedStrategy [1] already an example on using GenericScheduler as the base class?

[1] http://llvm.org/doxygen/classllvm_1_1GCNMaxOccupancySchedStrategy.html

-- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171125/7633b9a0/attachment.html>



More information about the llvm-dev mailing list