|
|
|
|
RCCL (pronounced “Rickel”) implements routines such as all-reduce, all-gather, reduce, broadcast, reduce-scatter, gather, scatter, all-to-allv, and all-to-all as well as direct point-to-point (GPU-to-GPU) send and receive operations. The provided collective communication routines are implemented using Ring and Tree algorithms and are optimized to achieve high bandwidth and low latency over PCIe and xGMI high-speed interconnects for intra-node communication and over InfiniBand, RoCE, and TCP/IP for inter-node communication.
|