English

Equivalence Checking of ML GPU Kernels

Programming Languages 2025-11-19 v2

Abstract

With the rapid progress of deep learning and large language models (LLMs), companies now spend enormous sums executing GPU kernels. These kernels have, therefore, become prime targets for aggressive optimization. Recent efforts increasingly leverage LLMs to generate GPU kernels, but make no formal guarantees about the generated kernels. We present the first equivalence checker for GPU kernels and use it to formally verify the correctness of machine learning (ML) kernels optimized by hand, by LLMs, and by compilers. We show that our equivalence checker is sound and, for a well-defined class of GPU kernels which includes the programs of interest, complete. Our implementation, VOLTA, can verify ML computations such as convolutions, matrix multiplications, and various attention mechanisms.

Cite

@article{arxiv.2511.12638,
  title  = {Equivalence Checking of ML GPU Kernels},
  author = {Kshitij Dubey and Benjamin Driscoll and Anjiang Wei and Neeraj Kayal and Rahul Sharma and Alex Aiken},
  journal= {arXiv preprint arXiv:2511.12638},
  year   = {2025}
}
R2 v1 2026-07-01T07:39:50.204Z