NeurIPS 2020poster76 citations

Efficient Algorithms for Device Placement of DNN Graph Operators

Jakub M Tarnawski, Amar Phanishayee, Nikhil Devanur, Divya Mahajan, Fanny Nina Paravecino

Abstract

Modern machine learning workloads use large models, with complex structures, that are very expensive to execute. The devices that execute complex models are becoming increasingly heterogeneous as we see a flourishing of Domain Specific Architectures (DSAs) being offered as hardware accelerators in addition to CPUs. These trends necessitate distributing the workload across multiple devices. Recent work has shown that significant gains can be obtained with model parallelism, i.e, partitioning a neural network's computational graph onto multiple devices. In particular, this form of parallelism assumes a pipeline of devices, which is fed a stream of samples and yields high throughput for training and inference of DNNs. However, for such settings (large models and multiple heterogeneous devices), we require automated algorithms and toolchains that can partition the ML workload across devices.

BibTeX
@inproceedings{NEURIPS2020_b14680de,
 author = {Tarnawski, Jakub M and Phanishayee, Amar and Devanur, Nikhil and Mahajan, Divya and Nina Paravecino, Fanny},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin},
 pages = {15451--15463},
 publisher = {Curran Associates, Inc.},
 title = {Efficient Algorithms for Device Placement of DNN Graph Operators},
 url = {https://proceedings.neurips.cc/paper_files/paper/2020/file/b14680dec683e744ada1f2fe08614086-Paper.pdf},
 volume = {33},
 year = {2020}
}