mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 11:25:03 -05:00
* add url to ROCgdb-docs update reqs and gitignore * add validation tools section for RVS and TransferBench * stub in links for validation/mgmt tools * populate compilers page * add cards for ai libs and computer vision pages * add content to math lib pages * reorg hip and math libs * update index * consolidate linear algebra libs * fix release info order in toc * fix links and content cards for libraries * update mdl ignored files * update understand rocm section * fix formatting errors * add link to openmp * ignore md041
19 lines
723 B
Markdown
19 lines
723 B
Markdown
# Communication Libraries
|
|
|
|
:::::{grid} 1 1 1 1
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} [RCCL](https://rocmdocs.amd.com/projects/rccl/en/latest/)
|
|
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.
|
|
The collective operations are implemented using ring and tree algorithms and have been optimized for
|
|
throughput and latency.
|
|
|
|
- [Documentation](https://rocmdocs.amd.com/projects/rccl/en/latest/)
|
|
- [Changelog](https://github.com/ROCmSoftwarePlatform/rocFFT/blob/develop/CHANGELOG.md)
|
|
- [Examples](https://github.com/ROCmSoftwarePlatform/rccl/tree/develop/tools)
|
|
|
|
:::
|
|
|
|
:::::
|