Submitted by webmaster on
Title | Sparse matrix-vector and matrix-multivector products for the truncated SVD on graphics processors |
Publication Type | Journal Article |
Year of Publication | 2023 |
Authors | Aliaga, J. I., H. Anzt, E. S. Quintana-Orti, and A. E. Thomas |
Journal | Concurrency and Computation: Practice and Experience |
Date Published | 2023-08 |
ISSN | 1532-0626 |
Keywords | graphics processing units, Singular value decomposition, sparse matrix-multivector product, sparse matrix-vector product |
Abstract | Many practical algorithms for numerical rank computations implement an iterative procedure that involves repeated multiplications of a vector, or a collection of vectors, with both a sparse matrix A and its transpose. Unfortunately, the realization of these sparse products on current high performance libraries often deliver much lower arithmetic throughput when the matrix involved in the product is transposed. In this work, we propose a hybrid sparse matrix layout, named CSRC, that combines the flexibility of some well-known sparse formats to offer a number of appealing properties: (1) CSRC can be obtained at low cost from the popular CSR (compressed sparse row) format; (2) CSRC has similar storage requirements as CSR; and especially, (3) the implementation of the sparse product kernels delivers high performance for both the direct product and its transposed variant on modern graphics accelerators thanks to a significant reduction of atomic operations compared to a conventional implementation based on CSR. This solution thus renders considerably higher performance when integrated into an iterative algorithm for the truncated singular value decomposition (SVD), such as the randomized SVD or, as demonstrated in the experimental results, the block Golub–Kahan–Lanczos algorithm. |
URL | https://onlinelibrary.wiley.com/doi/pdf/10.1002/cpe.7871 |
DOI | 10.1002/cpe.7871 |
Short Title | Concurrency and Computation |