paper-with-me

Papers

MSCCL++: Rethinking GPU Communication Abstractions for Cutting-edge AI Applications

2025-04-11 · Aashaka Shah, Abhinav Jangda, Binyang Li, Caio Rocha, Changho Hwang, Jithin Jose, Madan Musuvathi, Olli Saarikivi, Peng Cheng, Qinghua Zhou, Roshan Dathathri, Saeed Maleki, Ziyue Yang

Modern cutting-edge AI applications are being developed over fast-evolving, heterogeneous, nascent hardware devices. This requires frequent reworking of the AI software stack to adopt bottom-up changes from new hardware, which takes time for general-purpose software libraries. Consequently, real applications often develop custom software stacks optimized for their specific workloads and hardware. Custom stacks help in quick development and optimization, but incur a lot of redundant efforts across applications in writing non-portable code. This paper discusses an alternative communication library interface for AI applications that offers both portability and performance by reducing redundant efforts while maintaining flexibility for customization. We present MSCCL++, a novel abstraction of GPU communication based on separation of concerns: (1) a primitive interface provides a minimal hardware abstraction as a common ground for software and hardware developers to write custom communication, and (2) higher-level portable interfaces and specialized implementations enable optimization for different workloads and hardware environments. This approach makes the primitive interface reusable across applications while enabling highly flexible optimization. Compared to state-of-the-art baselines (NCCL, RCCL, and MSCCL), MSCCL++ achieves speedups of up to 5.4$\times$ for collective communication and up to 15% for real-world AI inference workloads. MSCCL++ is in production of multiple AI services provided by Microsoft Azure, and is also adopted by RCCL, the GPU collective communication library maintained by AMD. MSCCL++ is open-source and available at https://github.com/microsoft/mscclpp.

📄 PDF Abstract BibTeX arXiv:2504.09014

Code (1)

microsoft/mscclpp 공식 구현

Tasks

GPU

Methods 이 논문이 사용한 방법론

Library 설명 없음
ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

PACE: Abstractions for Communicating Efficiently

2024-09-30 · Jonathan D. Thomas, Andrea Silvi, Devdatt Dubhashi, Moa Johansson

A central but unresolved aspect of problem-solving in AI is the capability to introduce and use abstractions, something humans excel at. Work in cognitive science has demonstrated that humans tend towards higher levels o…

Political Discussions in Homogeneous and Cross-Cutting Communication Spaces

2019-04-11 · Jisun An, Haewoon Kwak, Oliver Posegga, Andreas Jungherr

Online platforms, such as Facebook, Twitter, and Reddit, provide users with a rich set of features for sharing and consuming political information, expressing political opinions, and exchanging potentially contrary polit…

XIMP: Cross Graph Inter-Message Passing for Molecular Property Prediction

2026-01-26 · Anatol Ehrlich, Lorenz Kummer, Vojtech Voracek, Franka Bause 외 arxiv

Accurate molecular property prediction is central to drug discovery, yet graph neural networks often underperform in data-scarce regimes and fail to surpass traditional fingerprints. We introduce cross-graph inter-messag…

Molecular Property PredictionDrug Discovery

The Shift to 6G Communications: Vision and Requirements

2020-10-15 · Muhammad Waseem Akhtar, Syed Ali Hassan, Rizwan Ghaffar, Haejoon Jung 외

The sixth-generation (6G) wireless communication network is expected to integrate the terrestrial, aerial, and maritime communications into a robust network which would be more reliable, fast, and can support a massive n…

BIG-bench Machine LearningEdge-computingQuantum Machine Learning

Traffic Abstractions of Nonlinear Homogeneous Event-Triggered Control Systems

2020-03-20

In previous work, linear time-invariant event-triggered control (ETC) systems were abstracted to finite-state systems that capture the original systems' sampling behaviour. It was shown that these abstractions can be emp…

Scheduling