paper-with-me

홈 › Papers

Data-parallel distributed training of very large models beyond GPU capacity

2018-11-29 · Samuel Matzek, Max Grossman, Minsik Cho, Anar Yusifov, Bryant Nelson, Amit Juneja

GPUs have limited memory and it is difficult to train wide and/or deep models that cause the training process to go out of memory. It is shown in this paper how an open source tool called Large Model Support (LMS) can utilize a high bandwidth NVLink connection between CPUs and GPUs to accomplish training of deep convolutional networks. LMS performs tensor swapping between CPU memory and GPU memory such that only a minimal number of tensors required in a training step are kept in the GPU memory. It is also shown how LMS can be combined with an MPI based distributed deep learning module to train models in a data-parallel fashion across multiple GPUs, such that each GPU is utilizing the CPU memory for tensor swapping. The hardware architecture that enables the high bandwidth GPU link with the CPU is discussed as well as the associated set of software tools that are available as the PowerAI package.

📄 PDF Abstract BibTeX arXiv:1811.12174

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPU

Similar Papers 제목 키워드 기반

PyTorch Distributed: Experiences on Accelerating Data Parallel Training

2020-06-28 · Shen Li, Yanli Zhao, Rohan Varma, Omkar Salpekar 외

This paper presents the design, implementation, and evaluation of the PyTorch distributed data parallel module. PyTorch is a widely-adopted scientific computing package used in deep learning research and applications. Re…

Breaking Boundaries: Distributed Domain Decomposition with Scalable Physics-Informed Neural PDE Solvers

2023-08-28 · Arthur Feeney, Zitong Li, Ramin Bostanabad, Aparna Chandramowlishwaran

Mosaic Flow is a novel domain decomposition method designed to scale physics-informed neural PDE solvers to large domains. Its unique approach leverages pre-trained networks on small domains to solve partial differential…

scientific discovery

Large-Scale Stochastic Learning using GPUs

2017-02-22 · Thomas Parnell, Celestine Dünner, Kubilay Atasu, Manolis Sifalakis 외

In this work we propose an accelerated stochastic learning system for very large-scale applications. Acceleration is achieved by mapping the training algorithm onto massively parallel processors: we demonstrate a paralle…

CPUGPU

Wireless Sensor Networks as Parallel and Distributed Hardware Platform for Artificial Neural Networks

2025-10-30 · Gursel Serpen arxiv

We are proposing fully parallel and maximally distributed hardware realization of a generic neuro-computing system. More specifically, the proposal relates to the wireless sensor networks technology to serve as a massive…

Galvatron: Efficient Transformer Training over Multiple GPUs Using Automatic Parallelism

2022-11-25 · Xupeng Miao, Yujie Wang, Youhe Jiang, Chunan Shi 외

Transformer models have achieved state-of-the-art performance on various domains of applications and gradually becomes the foundations of the advanced large deep learning (DL) models. However, how to train these models o…

GPU