paper-with-me

홈 › Papers

Collective Communication for 100k+ GPUs

2025-10-23 · Min Si, Pavan Balaji, Yongzhou Chen, Ching-Hsiang Chu, Adi Gangidi, Saif Hasan, Subodh Iyengar, Dan Johnson, Bingzhe Liu, Regina Ren, Deep Shah, Ashmitha Jeevaraj Shetty, Greg Steinbrecher, Yulun Wang, Bruce Wu, Xinfeng Xie, Jingyi Yang, Mingran Yang, Kenny Yu, Minlan Yu, Cen Zhao, Wes Bland, Denis Boyda, Suman Gumudavelli, Prashanth Kannan, Cristian Lumezanu, Rui Miao, Zhe Qu, Venkat Ramesh, Maxim Samoylov, Jan Seidel, Srikanth Sundaresan, Feng Tian, Qiye Tan, Shuqiang Zhang, Yimeng Zhao, Shengbao Zheng, Art Zhu, Hongyi Zeng arxiv

The increasing scale of large language models (LLMs) necessitates highly efficient collective communication frameworks, particularly as training workloads extend to hundreds of thousands of GPUs. Traditional communication methods face significant throughput and latency limitations at this scale, hindering both the development and deployment of state-of-the-art models. This paper presents the NCCLX collective communication framework, developed at Meta, engineered to optimize performance across the full LLM lifecycle, from the synchronous demands of large-scale training to the low-latency requirements of inference. The framework is designed to support complex workloads on clusters exceeding 100,000 GPUs, ensuring reliable, high-throughput, and low-latency data exchange. Empirical evaluation on the Llama4 model demonstrates substantial improvements in communication efficiency. This research contributes a robust solution for enabling the next generation of LLMs to operate at unprecedented scales.

📄 PDF Abstract BibTeX arXiv:2510.20171

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HetCCL: Accelerating LLM Training with Heterogeneous GPUs

2026-01-30 · Heehoon Kim, Jaehwan Lee, Taejeoung Kim, Jongwon Park 외 arxiv

The rapid growth of large language models is driving organizations to expand their GPU clusters, often with GPUs from multiple vendors. However, current deep learning frameworks lack support for collective communication …

TACCL: Guiding Collective Algorithm Synthesis using Communication Sketches

2021-11-08 · Aashaka Shah, Vijay Chidambaram, Meghan Cowan, Saeed Maleki 외

Machine learning models are increasingly being trained across multiple GPUs and servers. In this setting, data is transferred between GPUs using communication collectives such as AlltoAll and AllReduce, which can become …

Efficient Embedding of MPI Collectives in MXNET DAGs for scaling Deep Learning

2018-02-20 · Amith R Mamidala

Availability of high performance computing infrastructures such as clusters of GPUs and CPUs have fueled the growth of distributed learning systems. Deep Learning frameworks express neural nets as DAGs and execute these …

ZeRO++: Extremely Efficient Collective Communication for Giant Model Training

2023-06-16 · Guanhua Wang, Heyang Qin, Sam Ade Jacobs, Connor Holmes 외

Zero Redundancy Optimizer (ZeRO) has been used to train a wide range of large language models on massive GPUs clusters due to its ease of use, efficiency, and good scalability. However, when training on low-bandwidth clu…

GPUQuantization

HetCCL: Enabling Collective Communication For Mixed-Vendor Heterogeneous Clusters

2026-05-29 · Yuejie Wang, Tao Chang, Yuanyuan Zhao, Yulong Ao 외 arxiv

Training Large Language Models (LLMs) on heterogeneous clusters presents significant challenges for collective communication, as hardware from multiple vendors introduces diverse network and computational characteristics…