LEVIATHAN SYSTEMS
← Back to Glossary

What Is GPUDirect RDMA?_

GPUDirect RDMA lets a network adapter transfer data directly to and from GPU memory across the network without staging through CPU system memory. It is what makes distributed AI training efficient: GPUs on different nodes exchange data over InfiniBand or RoCE with minimal latency and no CPU copy. Its effectiveness depends on an error-free physical network.

Technical Details

Without GPUDirect RDMA, moving data between GPUs on different nodes requires copying through host CPU memory — adding latency and consuming PCIe and memory bandwidth. GPUDirect RDMA establishes a direct path between the GPU and the network interface card over PCIe, so the NIC reads from or writes to GPU memory directly and the RDMA transfer crosses the fabric without CPU involvement. This is the transport NCCL uses for inter-node collectives over InfiniBand or RoCE. Because the path is direct, any physical-layer fault — a dirty connector, excessive insertion loss, a marginal transceiver — surfaces as retransmissions that degrade collective throughput. Correct PCIe topology (GPU and NIC under the same switch) also matters for peak performance.

How Leviathan Systems Works with GPUDirect RDMA

Leviathan Systems builds and certifies the network cabling that GPUDirect RDMA depends on, validating error-free links so direct GPU-to-GPU transfers run at their designed performance.