@inproceedings{914e840ce0a9427eae708500d3c67b3d,
title = "Dorylus: Affordable, scalable, and accurate GNN training with distributed CPU servers and serverless threads",
abstract = "A graph neural network (GNN) enables deep learning on structured graph data. There are two major GNN training obstacles: 1) it relies on high-end servers with many GPUs which are expensive to purchase and maintain, and 2) limited memory on GPUs cannot scale to today{\textquoteright}s billion-edge graphs. This paper presents Dorylus: a distributed system for training GNNs. Uniquely, Dorylus can take advantage of serverless computing to increase scalability at a low cost. The key insight guiding our design is computation separation. Computation separation makes it possible to construct a deep, bounded-asynchronous pipeline where graph and tensor parallel tasks can fully overlap, effectively hiding the network latency incurred by Lambdas. With the help of thousands of Lambda threads, Dorylus scales GNN training to billion-edge graphs. Currently, for large graphs, CPU servers offer the best performance per dollar over GPU servers. Just using Lambdas on top of Dorylus offers up to 2.75× more performance-per-dollar than CPU-only servers. Concretely, Dorylus is 1.22× faster and 4.83× cheaper than GPU servers for massive sparse graphs. Dorylus is up to 3.8× faster and 10.7× cheaper compared to existing sampling-based systems.",
author = "John Thorpe and Yifan Qiao and Jonathan Eyolfson and Shen Teng and Guanzhou Hu and Zhihao Jia and Jinliang Wei and Keval Vora and Ravi Netravali and Miryung Kim and Xu, {Guoqing Harry}",
note = "Publisher Copyright: {\textcopyright} 2021 by The USENIX Association. All rights reserved.; 15th USENIX Symposium on Operating Systems Design and Implementation, OSDI 2021 ; Conference date: 14-07-2021 Through 16-07-2021",
year = "2021",
language = "English (US)",
series = "Proceedings of the 15th USENIX Symposium on Operating Systems Design and Implementation, OSDI 2021",
publisher = "USENIX Association",
pages = "495--514",
booktitle = "Proceedings of the 15th USENIX Symposium on Operating Systems Design and Implementation, OSDI 2021",
}