EPJ Web of Conferences (Jan 2024)

Porting ATLAS Fast Calorimeter Simulation to GPUs with Performance Portable Programming Models

  • Atif Mohammad,
  • Dong Zhihua,
  • Leggett Charles,
  • Lin Meifeng,
  • Tsulaia Vakhtang

DOI
https://doi.org/10.1051/epjconf/202429511018
Journal volume & issue
Vol. 295
p. 11018

Abstract

Read online

FastCaloSim is a parameterized simulation of the particle energy response and of the energy distribution in the ATLAS calorimeter. It is a relatively small and self-contained package with massive inherent parallelism and captures the essence of GPU offloading via important operations like data transfer, memory initialization, floating point operations, and reduction. It was identified by the High Energy Physics Center for Computational Excellence project as a good testbed for evaluating the performance and ease of portability of programming models. In this paper, we will discuss the results of our evaluation of the porting process to Kokkos, SYCL, Alpaka, OpenMP and std::par (nvc++), and compare performance on NVIDIA, AMD and Intel GPUs, as well as multicore CPUs.