Publication Details

Fast Sparse Matrix Multiplication on GPU

POLOK Lukáš, ILA Viorela S. and SMRŽ Pavel. Fast Sparse Matrix Multiplication on GPU. In: Proceedings of the 23rd High Performance Computing Symposium (HPC'15). Alexandria, Virginia: Association for Computing Machinery, 2015, pp. 1-8. ISBN 978-1-5108-0101-1. Available from: http://dl.acm.org/citation.cfm?id=2872604
Czech title
Rychlé násobení řídkých matic na GPU
Type
conference paper
Language
english
Authors
URL
Keywords

parallel sparse matrix multiplication, parallel linear algebra, matrix-matrix multiplication, GPGPU

Abstract

Sparse matrix multiplication is an important algorithm in a wide variety of problems, including graph algorithms, simulations and linear solving to name a few. Yet, there are but a few works related to acceleration of sparse matrix multiplication on a GPU. We present a fast, novel algorithm for sparse matrix multiplication, outperforming the previous algorithm on GPU up to 3x and CPU up to 30x. The principal improvements include more efficient load balancing strategy, and a faster sorting algorithm. The main contribution is design and implementation of efficient sparse matrix multiplication algorithm and extending it to sparse block matrices, which is to our best knowledge the first implementation of this kind.

Published
2015
Pages
1-8
Proceedings
Proceedings of the 23rd High Performance Computing Symposium (HPC'15)
Conference
23rd High Performance Computing Symposium, Alexandria, Virginia, US
ISBN
978-1-5108-0101-1
Publisher
Association for Computing Machinery
Place
Alexandria, Virginia, US
EID Scopus
BibTeX
@INPROCEEDINGS{FITPUB10835,
   author = "Luk\'{a}\v{s} Polok and S. Viorela Ila and Pavel Smr\v{z}",
   title = "Fast Sparse Matrix Multiplication on GPU",
   pages = "1--8",
   booktitle = "Proceedings of the 23rd High Performance Computing Symposium (HPC'15)",
   year = 2015,
   location = "Alexandria, Virginia, US",
   publisher = "Association for Computing Machinery",
   ISBN = "978-1-5108-0101-1",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/10835"
}
Files
Back to top