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
44 lines
1.9 KiB
Markdown
44 lines
1.9 KiB
Markdown
# Linear Algebra Libraries
|
||
|
||
ROCm libraries for linear algebra are as follows:
|
||
|
||
:::::{grid} 1 1 2 2
|
||
:gutter: 1
|
||
|
||
:::{grid-item-card} [rocBLAS](https://rocmdocs.amd.com/projects/rocBLAS/en/develop/)
|
||
rocBLAS is an AMD GPU optimized library for BLAS.
|
||
|
||
- [Documentation](https://rocmdocs.amd.com/projects/rocBLAS/en/develop/)
|
||
- [Changelog](https://github.com/ROCmSoftwarePlatform/rocBLAS/blob/develop/CHANGELOG.md)
|
||
- [Examples](https://github.com/amd/rocm-examples/tree/develop/Libraries/rocBLAS)
|
||
|
||
:::
|
||
|
||
:::{grid-item-card} [hipBLAS](https://rocmdocs.amd.com/projects/hipBLAS/en/develop/)
|
||
hipBLAS is a compatiblity layer for GPU accelerated BLAS optimized for AMD GPUs
|
||
via rocBLAS and rocSOLVER. hipBLAS allows for a common interface for other GPU
|
||
BLAS libraries.
|
||
|
||
- [Documentation](https://rocmdocs.amd.com/projects/hipBLAS/en/develop/)
|
||
- [Changelog](https://github.com/ROCmSoftwarePlatform/hipBLAS/blob/develop/CHANGELOG.md)
|
||
|
||
:::
|
||
|
||
:::{grid-item-card} [hipBLASLt](https://rocmdocs.amd.com/projects/hipBLASLt/en/develop/)
|
||
hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends funtionalities beyond traditional BLAS library. hipBLASLt is exposed APIs in HIP programming language with an underlying optimized generator as a backend kernel provider.
|
||
|
||
- [Documentation](https://rocmdocs.amd.com/projects/hipBLASLt/en/develop/)
|
||
- [Changelog](https://github.com/ROCmSoftwarePlatform/hipBLASLt/blob/develop/CHANGELOG.md)
|
||
|
||
:::
|
||
|
||
:::{grid-item-card} [rocALUTION](https://rocmdocs.amd.com/projects/rocALUTION/en/develop/)
|
||
rocALUTION is a sparse linear algebra library with focus on exploring fine-grained parallelism on top of AMD’s Radeon Open Compute ROCm runtime and toolchains, targeting modern CPU and GPU platforms.
|
||
|
||
- [Documentation](https://rocmdocs.amd.com/projects/rocALUTION/en/develop/)
|
||
- [Changelog](https://github.com/ROCmSoftwarePlatform/rocALUTION/blob/develop/CHANGELOG.md)
|
||
|
||
:::
|
||
|
||
:::::
|