Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

51 lines
1.8 KiB
ReStructuredText
Raw Permalink Normal View History

2024-03-15 14:14:47 +05:30
.. 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
2019-07-05 15:43:00 -07:00
2024-03-15 14:14:47 +05:30
.. _index:
2023-02-06 16:28:59 -05:00
2024-09-05 06:54:48 -07:00
******************
2024-03-15 14:14:47 +05:30
RCCL documentation
2024-09-05 06:54:48 -07:00
******************
2023-03-13 11:00:57 -06:00
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`
2023-03-13 11:00:57 -06:00
The RCCL public repository is located at `<https://github.com/ROCm/rccl>`_.
2024-03-15 14:14:47 +05:30
.. grid:: 2
:gutter: 3
2024-09-05 06:54:48 -07:00
.. grid-item-card:: Install
2024-06-03 18:38:45 +05:30
* :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>`
2024-03-15 14:14:47 +05:30
2024-09-05 06:54:48 -07:00
.. grid-item-card:: How to
* :doc:`Using the RCCL Tuner plugin <./how-to/using-rccl-tuner-plugin-api>`
* :doc:`Using the NCCL Net plugin <./how-to/using-nccl>`
2024-12-06 13:25:58 -05:00
* :doc:`Troubleshoot RCCL <./how-to/troubleshooting-rccl>`
* :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>`_
2024-03-15 14:14:47 +05:30
.. grid-item-card:: API reference
* :ref:`Library specification<library-specification>`
* :ref:`api-library`
* :ref:`Environment variables<env-variables>`
To contribute to the documentation, see
2024-03-15 14:14:47 +05:30
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
You can find licensing information on the
2024-03-15 14:14:47 +05:30
`Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.