Performance Portability of Sparse Block Diagonal Matrix Multiple Vector Multiplications on GPUs

Khaled Z. Ibrahim,Chao Yang,Pieter Maris
DOI: https://doi.org/10.1109/P3HPC56579.2022.00011
2022-01-01
Abstract:The emergence of accelerator-based computer architectures and programming models makes it challenging to achieve performance portability for large-scale scientific simulation software. In this paper, we focus on a sparse block diagonal matrix multiple vector (SpMM) computational kernel and discuss techniques that can be used to achieve performance portability on NVIDIA and AMD based accelerators using CUDA, HIP, OpenACC, Kokkos. We show that performance portability can vary significantly across programming models, GPU architectures, and problem settings, by up to 52x in the explored problems. Our study visits the performance portability aggregation techniques to guide the development and the selection of performance portable algorithmic variants.
What problem does this paper attempt to address?