Skip to content

Network Contention-Aware Cluster Scheduling with Reinforcement Learning (IEEE ICPADS 2023)

License

Notifications You must be signed in to change notification settings

gajagajago/deepshare

Repository files navigation

Network Contention-Aware Cluster Scheduling with Reinforcement Learning [Paper] [Poster]

DeepShare presents (1) a method to mitigate network contention by training a sophisticated scheduling policy using RL and (2) a framework to deploy it for efficient management of distributed DL jobs in GPU clusters.

TLDR: Distributed DL training on shared GPU clusters is prone to network contention between training jobs. This is because existing schedulers mainly focus on allocation of dedicated computation resources (e.g., GPU) but are often agnostic to shared network resources (e.g., PCIe, NVLink, and Infiniband). This can be addressed by incorporating a contention-aware scheduler that dynamically schedules and migrates jobs according to cluster-wide network contention. DeepShare presents an end-to-end system for training such efficient scheduling policies with RL to its deployment on GPU clusters. Scheduling policies trained with DeepShare (RL-base and RL-hybrid in above figure) show that training latency is improved by up to 20.7% compared to state-of-the-art schedulers.

Getting started

  • Refer to Installation for complete instructions on environment setup and installation.
  • Refer to Quickstart for training scheduling policies with RL and deploying on GPU cluster.
  • Refer to Examples for writing custom job scripts.

Citation

@article{ryu2023network,
  title={Network Contention-Aware Cluster Scheduling with Reinforcement Learning},
  author={Ryu, Junyeol and Eo, Jeongyoon},
  journal={arXiv preprint arXiv:2310.20209},
  year={2023}
}

Please note that citation will be modified after paper is officially published in IEEE ICPADS 2023 proceedings.

Contact

Junyeol Ryu (junyeol@aces.snu.ac.kr)

About

Network Contention-Aware Cluster Scheduling with Reinforcement Learning (IEEE ICPADS 2023)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published