English

Quantifying the Effect of Matrix Structure on Multithreaded Performance of the SpMV Kernel

Distributed, Parallel, and Cluster Computing 2016-11-15 v1 Numerical Analysis Performance

Abstract

Sparse matrix-vector multiplication (SpMV) is the core operation in many common network and graph analytics, but poor performance of the SpMV kernel handicaps these applications. This work quantifies the effect of matrix structure on SpMV performance, using Intel's VTune tool for the Sandy Bridge architecture. Two types of sparse matrices are considered: finite difference (FD) matrices, which are structured, and R-MAT matrices, which are unstructured. Analysis of cache behavior and prefetcher activity reveals that the SpMV kernel performs far worse with R-MAT matrices than with FD matrices, due to the difference in matrix structure. To address the problems caused by unstructured matrices, novel architecture improvements are proposed.

Keywords

Cite

@article{arxiv.1407.8168,
  title  = {Quantifying the Effect of Matrix Structure on Multithreaded Performance of the SpMV Kernel},
  author = {Daniel Kimball and Elizabeth Michel and Paul Keltcher and Michael M. Wolf},
  journal= {arXiv preprint arXiv:1407.8168},
  year   = {2016}
}

Comments

6 pages, 7 figures. IEEE HPEC 2014

R2 v1 2026-06-22T05:17:00.383Z