pith. sign in

arxiv: 2503.24230 · v1 · pith:GJODIUYCnew · submitted 2025-03-31 · 💻 cs.DC · cs.LG

GPU-centric Communication Schemes for HPC and ML Applications

classification 💻 cs.DC cs.LG
keywords communicationschemessystemsgpu-centricmoveoperationsrequiredsupport
0
0 comments X
read the original abstract

Compute nodes on modern heterogeneous supercomputing systems comprise CPUs, GPUs, and high-speed network interconnects (NICs). Parallelization is identified as a technique for effectively utilizing these systems to execute scalable simulation and deep learning workloads. The resulting inter-process communication from the distributed execution of these parallel workloads is one of the key factors contributing to its performance bottleneck. Most programming models and runtime systems enabling the communication requirements on these systems support GPU-aware communication schemes that move the GPU-attached communication buffers in the application directly from the GPU to the NIC without staging through the host memory. A CPU thread is required to orchestrate the communication operations even with support for such GPU-awareness. This survey discusses various available GPU-centric communication schemes that move the control path of the communication operations from the CPU to the GPU. This work presents the need for the new communication schemes, various GPU and NIC capabilities required to implement the schemes, and the potential use-cases addressed. Based on these discussions, challenges involved in supporting the exhibited GPU-centric communication schemes are discussed.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GICC: A High-Performance Runtime for GPU-Initiated Communication and Coordination in Modern HPC Systems

    cs.DC 2026-04 unverdicted novelty 6.0

    GICC enables GPU-initiated NIC coordination with asynchronous resource reclamation, delivering up to 229x lower latency and 25% better weak scaling on Slingshot versus prior runtimes.