PAPER DIGEST
Most Influential SIGCOMM 2022 Paper · 2026-03 edition

Multi-resource Interleaving for Deep Learning Training

Yihao Zhao, Yuanqiang Liu, Yanghua Peng, Yibo Zhu, Xuanzhe Liu, Xin Jin

Venue
ACM SIGCOMM Conference (SIGCOMM) 2022
Recognition
Most Influential SIGCOMM 2022 Paper (Rank No. 8)
Edition
2026-03
Impact factor
3
Certificate ID
c369a1d824ebc4f2

Abstract

Training Deep Learning (DL) model requires multiple resource types, including CPUs, GPUs, storage IO, and network IO. Advancements in DL have produced a wide spectrum of models that have diverse usage patterns on different resource types. Existing DL schedulers focus on <i>only</i> GPU allocation, while missing the opportunity of packing jobs along multiple resource types. We present Muri, a multi-resource cluster scheduler for DL workloads. Muri exploits <i>multi-resource interleaving</i> of DL training jobs to achieve high resource utilization and reduce job completion time (JCT). DL jobs have a unique staged, iterative computation pattern. In contrast to multi-resource schedulers for big data workloads that pack jobs in the <i>space</i> dimension, Muri leverages this unique pattern to interleave jobs on the same set of resources in the <i>time</i> dimension. Muri adapts Blossom algorithm to find the perfect grouping plan for single-GPU jobs with two resource types, and generalizes the algorithm to handle multi-GPU jobs with more than two types. We build a prototype of Muri and integrate it with PyTorch. Experiments on a cluster with 64 GPUs demonstrate that Muri improves the average JCT by up to 3.6&times; and the makespan by up to 1.6&times; over existing DL schedulers.

Download PDF certificate