EPJ Web of Conferences (Jan 2024)

Evaluating Performance Portability with the CMS Heterogeneous Pixel Reconstruction code

  • Andriotis Nikolaos,
  • Bocci Andrea,
  • Cano Eric,
  • Cappelli Laura,
  • Di Pilato Tony,
  • Ferragina Luca,
  • Hugo Gabrielle,
  • Kortelainen Matti J.,
  • Kwok Martin,
  • Olivera Loyola Juan Jose,
  • Pantaleo Felice,
  • Perego Aurora,
  • Redjeb Wahid,
  • Dewing Mark,
  • Esseiva Julien

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

Abstract

Read online

In the past years the landscape of tools for expressing parallel algorithms in a portable way across various compute accelerators has continued to evolve significantly. There are many technologies on the market that provide portability between CPU, GPUs from several vendors, and in some cases even FPGAs. These technologies include C++ libraries such as Alpaka and Kokkos, compiler directives such as OpenMP, the SYCL open specification that can be implemented as a library or in a compiler, and standard C++ where the compiler is solely responsible for the offloading. Given this developing landscape, users have to choose the technology that best fits their applications and constraints. For example, in the CMS experiment the experience so far in heterogeneous reconstruction algorithms suggests that the full application contains a large number of relatively short computational kernels and memory transfer operations. In this work we use a stand-alone version of the CMS heterogeneous pixel reconstruction code as a realistic use case of HEP reconstruction software that is capable of leveraging GPUs effectively. We summarize the experience of porting this code base from CUDA to Alpaka, Kokkos, SYCL, std::par, and OpenMP offloading. We compare the event processing throughput achieved by each version on NVIDIA and AMD GPUs as well as on a CPU, and compare those to what a native version of the code achieves on each platform.