Affiliation:
1. Samsung Semiconductor Inc USA, San Jose, United States
2. University of Georgia School of Computing, Athens, United States
3. Northeastern University College of Engineering, Boston, United States
Abstract
Deep Neural Network (DNN) has been applied as an effective machine learning algorithm to tackle problems in different domains. However, the endeavor to train sophisticated DNN models can stretch from days into weeks, presenting substantial obstacles in the realm of research focused on large-scale DNN architectures. Distributed Deep Learning (DDL) contributes to accelerating DNN training by distributing training workloads across multiple computation accelerators (e.g., GPUs). Despite the considerable amount of research directed toward enhancing DDL training, the influence of data loading on GPU utilization and overall training efficacy remains relatively overlooked. It is non-trivial to optimize data-loading in DDL applications that need intensive CPU and I/O resources to process enormous training data. When multiple DDL applications are deployed on a system (e.g., Cloud and HPC), the lack of a practical and efficient technique for data-loader allocation incurs GPU idleness and degrades the training throughput. Therefore, our work first focuses on investigating the impact of data-loading on the global training throughput. We then propose a throughput prediction model to predict the maximum throughput for an individual DDL training application. By leveraging the predicted results, A-Dloader is designed to dynamically allocate CPU and I/O resources to concurrently running DDL applications and use the data-loader allocation as a knob to reduce GPU idle intervals and thus improve the overall training throughput. We implement and evaluate A-Dloader in a DDL framework for a series of DDL applications arriving and completing across the runtime. Our experimental results show that A-Dloader can achieve a
\(28.9\% \)
throughput improvement and a
\(10\% \)
makespan improvement, compared to allocating resources evenly across applications.
Publisher
Association for Computing Machinery (ACM)
Reference35 articles.
1. [n. d.]. Discovery Cluster https://rc-docs.northeastern.edu/en/latest/using-discovery/workingwithgpu.html.
2. [n. d.]. NCCL: NVIDIA Collective Communications Library https://developer.nvidia.com/nccl.
3. [n. d.]. THOP: PyTorch-OpCounter https://pypi.org/project/thop/.
4. Demystifying Parallel and Distributed Deep Learning
5. Dami Choi Alexandre Passos Christopher J Shallue and George E Dahl. 2019. Faster neural network training with data echoing. arXiv preprint arXiv:1907.05550(2019).