Out-Of-Order BackProp: An Effective Scheduling Technique for Deep Learning

6Citations
Citations of this article
19Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Neural network training requires a large amount of computation and thus GPUs are often used for the acceleration. While they improve the performance, GPUs are underutilized during the training. This paper proposes out-of-order (ooo) back-prop, an effective scheduling technique for neural network training. By exploiting the dependencies of gradient computations, ooo backprop enables to reorder their executions to make the most of the GPU resources. We show that the GPU utilization in single-and multi-GPU training can be commonly improve by applying ooo backprop and prioritizing critical operations. We propose three scheduling algorithms based on ooo backprop. For single-GPU training, we schedule with multi-stream ooo computation to mask the kernel launch overhead. In data-parallel training, we reorder the gradient computations to maximize the overlapping of computation and parameter communication; in pipeline-parallel training, we prioritize critical gradient computations to reduce the pipeline stalls. We evaluate our optimizations with twelve neural networks and five public datasets. Compared to the respective state of the art training systems, our algorithms improve the training throughput by 1.03-1.58× for single-GPU training, by 1.10-1.27× for data-parallel training, and by 1.41-1.99× for pipeline-parallel training.

Author supplied keywords

Cite

CITATION STYLE

APA

Oh, H., Lee, J., Kim, H., & Seo, J. (2022). Out-Of-Order BackProp: An Effective Scheduling Technique for Deep Learning. In EuroSys 2022 - Proceedings of the 17th European Conference on Computer Systems (pp. 435–452). Association for Computing Machinery, Inc. https://doi.org/10.1145/3492321.3519563

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free