Improved Row-Grouped CSR Format for Storing of Sparse Matrices on GPU
Department of mathematics, Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Trojanova 13, Praha 2, 120 00, Czech Republic
Proceedings of Algoritmy, 2012
@inproceedings{oberhuber2012improved,
title={IMPROVED ROW-GROUPED CSR FORMAT FOR STORING OF SPARSE MATRICES ON GPU},
author={OBERHUBER, T. and HELLER, M.},
booktitle={Proceedings of ALGORITMY},
pages={282–290},
year={2012}
}
We present new 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 matrices. We demonstrate it on set of 1 600 matrices and we show for what types of matrices our format is profitable.
September 26, 2012 by hgpu