Files
rocm-systems/docs/index.rst
T
Jeffrey Novotny bf7c130631 Refactor RCCL install guide into several pages (#1427)
* Refactor RCCL install guide into several pages

* Changes from code review and new docker guide

* Add missing entries to ToC

* Minor fixes

* Fix help strings

* Edits after review and remove extra white space
2024-11-27 15:34:26 -05:00

48 行
1.6 KiB
ReStructuredText

.. meta::
:description: RCCL is a stand-alone library that provides multi-GPU and multi-node collective communication primitives optimized for AMD GPUs
:keywords: RCCL, ROCm, library, API
.. _index:
******************
RCCL documentation
******************
The ROCm Communication Collectives Library (RCCL) is a stand-alone library
that provides multi-GPU and multi-node collective communication primitives
optimized for AMD GPUs. It uses PCIe and xGMI high-speed interconnects.
To learn more, see :doc:`what-is-rccl`
The RCCL public repository is located at `<https://github.com/ROCm/rccl>`_.
.. grid:: 2
:gutter: 3
.. grid-item-card:: Install
* :doc:`Installing RCCL using the install script <./install/installation>`
* :doc:`Running RCCL using Docker <./install/docker-install>`
* :doc:`Building and installing RCCL from source code <./install/building-installing>`
.. grid-item-card:: How to
* :doc:`Using the NCCL Net plugin <./how-to/using-nccl>`
* :doc:`RCCL usage tips <./how-to/rccl-usage-tips>`
.. grid-item-card:: Examples
* `RCCL Tuner plugin examples <https://github.com/ROCm/rccl/tree/develop/ext-tuner/example>`_
* `NCCL Net plugin examples <https://github.com/ROCm/rccl/tree/develop/ext-net/example>`_
.. grid-item-card:: API reference
* :ref:`Library specification<library-specification>`
* :ref:`api-library`
To contribute to the documentation, see
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
You can find licensing information on the
`Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.