Title

clSPARSE: A Vendor-Optimized Open-Source Sparse BLAS Library

Conference

Published in the Proceedings of the International Workshop on OpenCL (IWOCL 2016), April, 2016 (acceptance rate: 15/30 = 50%)

Authors

Joseph L. Greathouse, Kent Knox, Jakub Poła, Kiran Varaganti, Mayank Daga

Abstract

Sparse linear algebra is a cornerstone of modern computational science. These algorithms ignore the zero-valued entries found in many domains in order to work on much larger problems at much faster rates than dense algorithms. Nonetheless, optimizing these algorithms is not straightforward. Highly optimized algorithms for multiplying a sparse matrix by a dense vector, for instance, are the subject of a vast corpus of research and can be hundreds of times longer than naive implementations. Optimized sparse linear algebra libraries are thus needed so that users can build applications without enormous effort.

Hardware vendors release proprietary libraries that are highly optimized for their devices, but they limit interoperability and promote vendor lock-in. Open libraries often work across multiple devices and can quickly take advantage of new innovations, but they may not reach peak performance. The goal of this work is to provide a sparse linear algebra library that offers both of these advantages.

We thus describe clSPARSE, a permissively licensed open-source sparse linear algebra library that offers state-of-the-art optimized algorithms implemented in OpenCL™. We test clSPARSE on GPUs from AMD and Nvidia and show performance benefits over both the proprietary cuSPARSE library and the open-source ViennaCL library.

Paper

ACM Author-Izer Free Download | ACM | PDF

Presentation

IWOCL Site | PPTX | PPT | PDF

Software

GitHub Copyright © ACM 2016. This is the author's version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record was published in IWOCL 2016.