Data di Pubblicazione:
2025
Abstract:
Modern scientific experiments produce ever increasing amounts of data, soon requiring ExaFLOPs computing
capacities for analysis. Reaching such performance requires purpose-built supercomputers with O(103 ) nodes, each hosting multicore CPUs and multiple GPUs, and applications designed to exploit this hardware optimally. Given that each supercomputer is generally a one-off project, the need for computing frameworks portable across diverse CPU and GPU architectures without performance losses is increasingly compelling. We investigate the performance portability (Φ ) of a real-world application: the solver module of the AVU–GSR pipeline for the ESA Gaia
mission. This code finds the astrometric parameters of ∼10^8 stars in the Milky Way using the LSQR iterative algorithm. LSQR is widely used to solve linear systems of equations across a wide range of high-performance computing applications, elevating the study beyond its astrophysical relevance. The code is memory-bound, with six main compute kernels implementing sparse matrix-by-vector products. We optimize the previous CUDA implementation and port the code to further six GPU-acceleration frameworks: C++ PSTL, SYCL, OpenMP, HIP, KOKKOS, and OpenACC. We evaluate each framework’s performance portability across multiple GPUs (NVIDIA and AMD) and problem sizes in terms of application and architectural efficiency. Architectural efficiency is estimated through the roofline model of the six most computationally expensive GPU kernels. Our results show that C++ library-based (C++ PSTL and KOKKOS), pragma-based (OpenMP and OpenACC), and language-specific (CUDA, HIP, and SYCL) frameworks achieve increasingly better performance
portability across the supported platforms with larger problem
scores due to higher GPU occupancies.
Tipologia CRIS:
03A-Articolo su Rivista
Keywords:
High-performance computing, performance portability, portable languages, GPU programming, CPU and GPU architectures, astrometry.
Elenco autori:
Giulio Malenza; Valentina Cesare; Marco Edoardo Santimaria; Robert birke; Alberto Vecchiato; Ugo Becciani; Marco Aldinucci;
Link alla scheda completa:
Link al Full Text:
Pubblicato in: