Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinghao-Hu authored May 24, 2022
1 parent 29082b3 commit 37839bc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Awesome DL Scheduling Papers
# Awesome-DL-Scheduling-Papers
A curated list of DL cluster scheduling papers.

Please feel free to pull requests or open an issue to add papers.


## Schedulers for DL training
| **Scheduler** | **Year** | **Series** | **Paper** | **Objective** | **Heter.** | **Elastic** | **AutoML** | **Code** |
Expand Down Expand Up @@ -65,11 +69,11 @@
| HyperDrive | 2017 | Middleware | [Paper](https://dl.acm.org/doi/10.1145/3135974.3135994) | ♣▲ | - | - || - |
| Dorm | 2017 | SMARTCOMP | [Paper](https://www.computer.org/csdl/proceedings-article/smartcomp/2017/07947053/12OmNAlvHZ3) || - | - | - | - |

JCT: ♣ Utilization: ♠ Cost: ♦ Fairness: ♥ DDL: ✿ Accuracy: ▲



## Schedulers for DL Inference
| **Scheduler** | **Year** | **Series** | **Paper** | **Objective** | **Batch** | **Share** | **Cloud** | **Source Code** |
|---|---|---|---|---|---|---|---|---|
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| Cocktail | 2022 | NSDI | [Paper](http://arxiv.org/abs/2106.05345) | ♣♦♥ | - | - || - |
| INFaaS | 2021 | ATC | [Paper](https://www.usenix.org/conference/atc21/presentation/jacobs) | ♦♥♠ | - ||| [Code](https://github.com/stanford-mast/INFaaS) |
| Mendoza et al. | 2021 | EuroMLSys | [Paper](https://dl.acm.org/doi/10.1145/3437984.3458837) || - || - | - |
Expand Down Expand Up @@ -98,3 +102,5 @@
| Ease.ml | 2018 | VLDB | [Paper](https://dl.acm.org/doi/10.1145/3187009.3177737) || - | - | - | [Code](https://github.com/easeml/automl) |
| HiveMind | 2018 | NIPS | [Paper](https://www.microsoft.com/en-us/research/publication/accelerating-deep-learning-workloads-through-efficient-multi-model-execution/) |||| - | - |
| Clipper | 2017 | NSDI | [Paper](https://www.usenix.org/conference/nsdi17/technical-sessions/presentation/crankshaw) | ♣♦♠ || - | - | [Code](https://github.com/ucbrise/clipper) |

Accuracy: ♣ Throughput: ♠ Latency: ♦ Cost: ♥ Utilization: ✿

0 comments on commit 37839bc

Please sign in to comment.