Fix ToC in API Library page (#2053)

* Add intro and remove ToC
Bu işleme şunda yer alıyor:
Matt Williams
2025-11-20 09:35:15 -05:00
işlemeyi yapan: GitHub
ebeveyn ab1eb6e70e
işleme 3495baa6b2
4 değiştirilmiş dosya ile 13 ekleme ve 32 silme
+9 -2
Dosyayı Görüntüle
@@ -4,8 +4,15 @@
.. _api-library:
=============
***********
API library
=============
***********
RCCL (pronounced "Rickle") is a stand-alone library of standard collective communication routines for GPUs, implementing all-reduce, all-gather, reduce, broadcast, reduce-scatter, gather, scatter, and all-to-all. There is also initial support for direct GPU-to-GPU send and receive operations. It has been optimized to achieve high bandwidth on platforms using PCIe, xGMI as well as networking using InfiniBand Verbs or TCP/IP sockets. RCCL supports an arbitrary number of GPUs installed in a single node or multiple nodes, and can be used in either single- or multi-process (e.g., MPI) applications.
The collective operations are implemented using ring and tree algorithms and have been optimized for throughput and latency. For best performance, small operations can be either batched into larger operations or aggregated through the API.
Operations
==========
.. doxygenindex::