mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
* Add C++ algorithm primitive lib cards * Add PRNG section * API Reference Manuals first * Add Tensile and rocWMMA * Change rocFFT and hipFFT order for consistency * Add RCCL * Fix PRNG links * Add rocSOLVER and hipSOLVER * Add general note on rocLIB vs hipLIB
27 lines
992 B
Markdown
27 lines
992 B
Markdown
# Linear Solvers
|
|
|
|
:::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} rocSOLVER
|
|
rocSOLVER is a work-in-progress implementation of a subset of LAPACK functionality on the ROCm platform.
|
|
|
|
- [API Reference Manual](https://rocmdocs.amd.com/projects/rocSOLVER/en/rtd/)
|
|
- [Changelog](https://github.com/ROCmSoftwarePlatform/rocSOLVER/blob/develop/CHANGELOG.md)
|
|
- [Examples](https://github.com/ROCmSoftwarePlatform/rocSOLVER/tree/develop/clients/samples)
|
|
|
|
:::
|
|
|
|
:::{grid-item-card} hipSOLVER
|
|
hipSOLVER is a LAPACK marshalling library, with multiple supported backends. It sits between the
|
|
application and a 'worker' LAPACK library, marshalling inputs into the backend library and marshalling
|
|
results back to the application.
|
|
|
|
- [API Reference Manual](https://rocmdocs.amd.com/projects/hipSOLVER/en/rtd/)
|
|
- [Changelog](https://github.com/ROCmSoftwarePlatform/hipSOLVER/blob/develop/CHANGELOG.md)
|
|
- [Examples](https://github.com/ROCmSoftwarePlatform/hipSOLVER/tree/develop/clients/samples)
|
|
|
|
:::
|
|
|
|
:::::
|