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

  • Oh, Hyungjun
  • Lee, Junyeol
  • Kim, Hyeongju
  • Seo, Jiwon
Citations

WEB OF SCIENCE

15
Citations

SCOPUS

22

초록

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.

키워드

Deep learning systemsConvolutional neural networksDeep learningPipelinesProgram processorsScheduling algorithmsSchedulingCritical operationsData parallelDeep learning systemGradients computationLarge amountsNeural networks trainingsOut of orderParallel trainingPerformanceScheduling techniques
제목
Out-Of-Order BackProp: An Effective Scheduling Technique for Deep Learning
저자
Oh, HyungjunLee, JunyeolKim, HyeongjuSeo, Jiwon
DOI
10.1145/3492321.3519563
발행일
2022-04
유형
Proceedings Paper
저널명
PROCEEDINGS OF THE SEVENTEENTH EUROPEAN CONFERENCE ON COMPUTER SYSTEMS (EUROSYS '22)
페이지
435 ~ 452