Pith. sign in

REVIEW 1 cited by

Taking GPU Programming Models to Task for Performance Portability

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2402.08950 v4 pith:VHQ4ZU2Q submitted 2024-02-14 cs.DC cs.PF

Taking GPU Programming Models to Task for Performance Portability

classification cs.DC cs.PF
keywords modelsperformanceportabilityprogrammingapplicationsproxyscientificseveral
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Portability is critical to ensuring high productivity in developing and maintaining scientific software as the diversity in on-node hardware architectures increases. While several programming models provide portability for diverse GPU systems, they don't make any guarantees about performance portability. In this work, we explore several programming models -- CUDA, HIP, Kokkos, RAJA, OpenMP, OpenACC, and SYCL, to assess the consistency of their performance across NVIDIA and AMD GPUs. We use five proxy applications from different scientific domains, create implementations where missing, and use them to present a comprehensive comparative evaluation of the performance portability of these programming models. We provide a Spack scripting-based methodology to ensure reproducibility of experiments conducted in this work. Finally, we analyze the reasons for why some programming models underperform in certain scenarios and in some cases, present performance optimizations to the proxy applications.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SACRA-K: A Performance-Portable Numerical Relativity Code with Kokkos

    astro-ph.HE 2026-07 accept novelty 4.0

    A Kokkos-based C++ port of the SACRA numerical relativity code achieves ~10x speedup on GPU/APU over the Fortran CPU version while preserving waveform accuracy, pi-symmetry, and second-order convergence.