English

Performance Modeling of Streaming Kernels and Sparse Matrix-Vector Multiplication on A64FX

Performance 2021-08-05 v1 Hardware Architecture Distributed, Parallel, and Cluster Computing

Abstract

The A64FX CPU powers the current number one supercomputer on the Top500 list. Although it is a traditional cache-based multicore processor, its peak performance and memory bandwidth rival accelerator devices. Generating efficient code for such a new architecture requires a good understanding of its performance features. Using these features, we construct the Execution-Cache-Memory (ECM) performance model for the A64FX processor in the FX700 supercomputer and validate it using streaming loops. We also identify architectural peculiarities and derive optimization hints. Applying the ECM model to sparse matrix-vector multiplication (SpMV), we motivate why the CRS matrix storage format is inappropriate and how the SELL-C-sigma format with suitable code optimizations can achieve bandwidth saturation for SpMV.

Keywords

Cite

@article{arxiv.2009.13903,
  title  = {Performance Modeling of Streaming Kernels and Sparse Matrix-Vector Multiplication on A64FX},
  author = {Christie L. Alappat and Jan Laukemann and Thomas Gruber and Georg Hager and Gerhard Wellein and Nils Meyer and Tilo Wettig},
  journal= {arXiv preprint arXiv:2009.13903},
  year   = {2021}
}

Comments

6 pages, 5 figures, 3 tables

R2 v1 2026-06-23T18:52:28.039Z