An overview of the sparse basic linear algebra subprograms: The new standard from the BLAS technical forum

  • Authors:
  • Iain S. Duff;Michael A. Heroux;Roldan Pozo

  • Affiliations:
  • CERFACS and Rutherford Appleton Laboratory, Oxon, United Kingdom;Sandia National Laboratories, Avon, MN;National Institute of Standards and Technology, Gaithersburg, MD

  • Venue:
  • ACM Transactions on Mathematical Software (TOMS)
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

We discuss the interface design for the Sparse Basic Linear Algebra Subprograms (BLAS), the kernels in the recent standard from the BLAS Technical Forum that are concerned with unstructured sparse matrices. The motivation for such a standard is to encourage portable programming while allowing for library-specific optimizations. In particular, we show how this interface can shield one from concern over the specific storage scheme for the sparse matrix. This design makes it easy to add further functionality to the sparse BLAS in the future.We illustrate the use of the Sparse BLAS with examples in the three supported programming languages, Fortran 95, Fortran 77, and C.