stanford-futuredata / gavel

Code for "Heterogenity-Aware Cluster Scheduling Policies for Deep Learning Workloads", which appeared at OSDI 2020
MIT License
125 stars 31 forks source link

Make Scheduler and Profiler subclasses of SchedulerMechanism #153

Open santhnm2 opened 4 years ago

santhnm2 commented 4 years ago

The Scheduler and Profiler classes currently share a lot of code - we can factor this out into a common superclass (e.g. SchedulerMechanism)