English

Adaptive Row-grouped CSR Format for Storing of Sparse Matrices on GPU

Distributed, Parallel, and Cluster Computing 2012-03-27 v1 Data Structures and Algorithms

Abstract

We present new adaptive format for storing sparse matrices on GPU. We compare it with several other formats including CUSPARSE which is today probably the best choice for processing of sparse matrices on GPU in CUDA. Contrary to CUSPARSE which works with common CSR format, our new format requires conversion. However, multiplication of sparse-matrix and vector is significantly faster for many atrices. We demonstrate it on set of 1 600 matrices and we show for what types of matrices our format is profitable.

Keywords

Cite

@article{arxiv.1203.5737,
  title  = {Adaptive Row-grouped CSR Format for Storing of Sparse Matrices on GPU},
  author = {Martin Heller and Tomáš Oberhuber},
  journal= {arXiv preprint arXiv:1203.5737},
  year   = {2012}
}

Comments

9 pages, 5 figures, 1 code listing

R2 v1 2026-06-21T20:40:02.797Z