mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 11:25:03 -05:00
137 lines
2.3 KiB
Markdown
137 lines
2.3 KiB
Markdown
# ROCm API libraries & tools
|
|
|
|
::::{grid} 1 2 2 2
|
|
:class-container: rocm-doc-grid
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Artificial intelligence**
|
|
|
|
^^^
|
|
|
|
* {doc}`Composable Kernel <composable_kernel:index>`
|
|
* {doc}`MIOpen <miopen:index>`
|
|
* {doc}`MIGraphX <amdmigraphx:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**C++ primitives**
|
|
|
|
^^^
|
|
|
|
* {doc}`hipCUB <hipcub:index>`
|
|
* {doc}`hipTensor <hiptensor:index>`
|
|
* {doc}`rocPRIM <rocprim:index>`
|
|
* {doc}`rocThrust <rocthrust:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Communication**
|
|
|
|
^^^
|
|
|
|
* {doc}`RCCL <rccl:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Development tools**
|
|
|
|
^^^
|
|
|
|
* {doc}`hipCC <hipcc:index>`
|
|
* {doc}`ROCdbgapi <rocdbgapi:index>`
|
|
* [ROCmCC](./rocmcc.md)
|
|
* {doc}`ROCm debugger (ROCgdb) <rocgdb:index>`
|
|
* {doc}`ROCTracer <roctracer:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Fast Fourier transforms (FFTs)**
|
|
|
|
^^^
|
|
|
|
* {doc}`hipFFT <hipfft:index>`
|
|
* {doc}`rocFFT <rocfft:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**HIP**
|
|
|
|
^^^
|
|
|
|
* {doc}`HIP runtime <hip:index>`
|
|
* {doc}`HIPIFY <hipify:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Linear algebra**
|
|
|
|
^^^
|
|
|
|
* {doc}`hipBLAS <hipblas:index>`
|
|
* {doc}`hipBLASLt <hipblaslt:index>`
|
|
* {doc}`hipSOLVER <hipsolver:index>`
|
|
* {doc}`hipSPARSE <hipsparse:index>`
|
|
* {doc}`hipSPARSELt <hipsparselt:index>`
|
|
* {doc}`rocALUTION <rocalution:index>`
|
|
* {doc}`rocBLAS <rocblas:index>`
|
|
* {doc}`rocSOLVER <rocsolver:index>`
|
|
* {doc}`rocSPARSE <rocsparse:index>`
|
|
* {doc}`rocWMMA <rocwmma:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Performance analysis**
|
|
|
|
^^^
|
|
|
|
* {doc}`ROCProfiler <rocprofiler:rocprof>`
|
|
* {doc}`ROCTracer <roctracer:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**Random number generators**
|
|
|
|
^^^
|
|
|
|
* {doc}`hipRAND <hiprand:index>`
|
|
* {doc}`rocRAND <rocrand:index>`
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
:padding: 2
|
|
**System tools**
|
|
|
|
^^^
|
|
|
|
* {doc}`ROCm Data Center Tool <rdc:index>`
|
|
* {doc}`ROCm SMI LIB <rocm_smi_lib:index>`
|
|
* {doc}`ROCm Validation Suite <rocmvalidationsuite:index>`
|
|
* {doc}`TransferBench <transferbench:index>`
|
|
|
|
:::
|
|
::::
|
|
|
|
We welcome collaboration! If you'd like to contribute to our documentation, you can find instructions
|
|
on our [Contribute to ROCm docs](../contribute/index.md) page. Known issues are listed on
|
|
[GitHub](https://github.com/RadeonOpenCompute/ROCm/labels/Verified%20Issue).
|
|
|
|
Licensing information for all ROCm components is listed on our [Licensing](../about/license.md) page.
|