mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28: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
992 B
992 B
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.
:::
:::{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.
:::
:::::