NVPL Sparse Developer Guide and ReferenceΒΆ

NVPL Sparse (NVIDIA Performance Libraries Sparse) is part of NVIDIA Performance Libraries that provides C API.

The NVPL Sparse library contains a set of CPU-accelerated basic linear algebra subroutines used for handling sparse matrices. Depending on the specific operation, the library targets matrices with sparsity ratios in the range between 70%-99.9%. It is implemented as part of NVPL library suite and is designed to be called from C and C++.

Nvidia Developer Forum: Nvidia-Accelerated Libraries

Provide Feedback: Math-Libs-Feedback@nvidia.com

The library routines provide the following functionalities:

  • Operations between a sparse matrix and a dense vector, multiplication and triangular solve

To learn more about the library, please check: