paper-with-me

홈 › Papers

The Big Send-off: High Performance Collectives on GPU-based Supercomputers

2025-04-25 · Siddharth Singh, Mahua Singh, Abhinav Bhatele

We evaluate the current state of collective communication on GPU-based supercomputers for large language model (LLM) training at scale. Existing libraries such as RCCL and Cray-MPICH exhibit critical limitations on systems such as Frontier -- Cray-MPICH underutilizes network and compute resources, while RCCL suffers from severe scalability issues. To address these challenges, we introduce PCCL, a communication library with highly optimized implementations of all-gather and reduce-scatter operations tailored for distributed deep learning workloads. PCCL is designed to maximally utilize all available network and compute resources and to scale efficiently to thousands of GPUs. It achieves substantial performance improvements, delivering 6-33x speedups over RCCL and 28-70x over Cray-MPICH for all-gather on 2048 GCDs of Frontier. These gains translate directly to end-to-end performance: in large-scale GPT-3-style training, PCCL provides up to 60% and 40% speedups over RCCL for 7B and 13B parameter models, respectively.

📄 PDF Abstract BibTeX arXiv:2504.18658

Code (0)

등록된 구현이 없습니다.

Tasks

GPULanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Bine Trees: Enhancing Collective Operations by Optimizing Communication Locality

2025-08-24 · Daniele De Sensi, Saverio Pasqualoni, Lorenzo Piarulli, Tommaso Bonato 외 arxiv

Communication locality plays a key role in the performance of collective operations on large HPC systems, especially on oversubscribed networks where groups of nodes are fully connected internally but sparsely linked thr…

Democratizing AI: Open-source Scalable LLM Training on GPU-based Supercomputers

2025-02-12 · Siddharth Singh, Prajwal Singhania, Aditya Ranjan, John Kirchenbauer 외

Training and fine-tuning large language models (LLMs) with hundreds of billions to trillions of parameters requires tens of thousands of GPUs, and a highly scalable software stack. In this work, we present a novel four-d…

BlockingGPUMemorization

Emergent Culture in Minimal LLM Systems

2026-06-21 · Simon Jones, Sabine Hauert arxiv

What happens when LLM agents operate with no context outside a turn, minimal prompting, and simple tools? Inspired by swarm engineering, we give collectives of three agents the ability to send messages and manipulate a s…

Cloud Collectives: Towards Cloud-aware Collectives forML Workloads with Rank Reordering

2021-05-28 · Liang Luo, Jacob Nelson, Arvind Krishnamurthy, Luis Ceze

ML workloads are becoming increasingly popular in the cloud. Good cloud training performance is contingent on efficient parameter exchange among VMs. We find that Collectives, the widely used distributed communication al…

Trends in AI Supercomputers

2025-04-22 · Konstantin F. Pilz, James Sanders, Robi Rahman, Lennart Heim

Frontier AI development relies on powerful AI supercomputers, yet analysis of these systems is limited. We create a dataset of 500 AI supercomputers from 2019 to 2025 and analyze key trends in performance, power needs, h…