SPC5: An efficient SpMV framework vectorized using ARM SVE and x86 AVX-512

Evann Regnault,Bérenger Bramas
DOI: https://doi.org/10.2298/csis230819005r
2024-01-01
Computer Science and Information Systems
Abstract:The sparse matrix/vector product (SpMV) is a fundamental operation in scientific computing. Having access to an efficient SpMV implementation is therefore critical, if not mandatory, to solve challenging numerical problems. The ARMbased AFX64 CPU is a modern hardware component that equips one of the fastest supercomputers in the world. This CPU supports the Scalable Vector Extension (SVE) vectorization technology, which has been less investigated than the classic x86 instruction set architectures. In this paper, we describe how we ported the SPC5 SpMV framework on AFX64 by converting AVX512 kernels to SVE. In addition, we present performance results by comparing our kernels against a standard CSR kernel for both Intel-AVX512 and Fujitsu-ARM-SVE architectures.
computer science, information systems, software engineering
What problem does this paper attempt to address?