> For the complete documentation index, see [llms.txt](https://paper.lingyunyang.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paper.lingyunyang.com/reading-notes/miscellaneous/arxiv/2022/aryl.md).

# Aryl: An elastic cluster scheduler for deep learning

## Metadata

Presented in [arxiv:2202.07896](https://arxiv.org/abs/2202.07896).

Authors: Jiamin Li, Hong Xu, Yibo Zhu, Zherui Liu, Chuanxiong Guo, Cong Wang, *ByteDance, City University of Hong Kong, The Chinese University of Hong Kong*

## Understanding the paper

### TL;DRs

This paper presents **Aryl**, a cluster scheduler that introduces *capacity loaning* to *loan idle inference GPU servers for training jobs*.

It exploits *elastic scaling* that scales a training job’s GPU allocation to better utilize loaned resources.
