Files
ROCm/docs/reference/libraries/gpu-libraries/communication.md
2023-09-18 12:26:31 -06:00

678 B

Communication libraries

:::::{grid} 1 1 1 1 :gutter: 1

:::{grid-item-card} {doc}RCCL <rccl:index>

RCCL (pronounced "Rickle") is a standalone library of standard collective communication routines for GPUs, implementing all-reduce, all-gather, reduce, broadcast, reduce-scatter, gather, scatter, and all-to-all. The collective operations are implemented using ring and tree algorithms and have been optimized for throughput and latency.

:::

:::::