Skip to main navigation Skip to search Skip to main content

A Modular Static Cost Analysis for GPU Warp-Level Parallelism

  • Gregory Blike
  • , Hannah Zicarelli
  • , Udaya Sathiyamoorthy
  • , Julien Lange
  • , Tiago Cogumbreiro
  • University of Massachusetts Boston
  • Royal Holloway University of London

Research output: Contribution to journalArticlepeer-review

Abstract

Graphics Processing Units (GPUs) are the accelerator of choice for performance-critical applications, yet optimizing for performance requires mastery of the complex interactions between its memory architecture and its execution model. Existing static analysis tools for GPU kernels either identify performance bugs without quantifying costs or cannot handle thread-divergent control flow, leading to significant over-approximations. We present the first static relational-cost analysis for GPU warp-level parallelism that can give exact bounds even in the presence of thread divergence. Our analysis is general and flexible, as it is parametric on the resource metric (uncoalesced accesses, bank conflicts) and on the cost relation (=, ≤, ≥). We establish a soundness theorem for our technique, provide mechanized proofs in Rocq and implement our theory in a tool called Pico. In a reproducibility experiment, Pico produced the tightest bounds in every input, outperforming the state-of-the-art tool RaCUDA in 10 kernels (1.7×better), while RaCUDA produced 4 incorrect bounds and crashed on 2 kernels. In an experiment to measure the accuracy of Pico, we studied the impact of thread-divergence in control-flow in a dataset of 226 kernels. We found that at least 75.3% of conditionals and 85.4% of loops can be captured exactly, without introducing approximation.

Original languageEnglish
Pages (from-to)1471-1499
Number of pages29
JournalProceedings of the ACM on Programming Languages
Volume10
DOIs
StatePublished - Jan 8 2026

ASJC Scopus Subject Areas

  • Software
  • Safety, Risk, Reliability and Quality

Keywords

  • cost analysis
  • GPU programming
  • relational verification

Fingerprint

Dive into the research topics of 'A Modular Static Cost Analysis for GPU Warp-Level Parallelism'. Together they form a unique fingerprint.

Cite this