rocSPARSE
rocSPARSE is a high-performance sparse linear algebra library for AMD GPUs within the ROCm software stack. It provides a collection of kernels and helpers for performing sparse-matrix computations on ROCm-enabled hardware, with a design focused on throughput and scalability for large matrices.
The library offers a broad set of operations common in sparse computations, including sparse matrix-vector multiply
rocSPARSE supports multiple standard sparse formats, such as CSR and CSC, and provides mechanisms for format
In production, rocSPARSE is used for scientific computing, engineering simulations, data analytics, and other applications that