Papers › CUDABeaver: Benchmarking LLM-Based Automated CUDA Debugging

CUDABeaver: Benchmarking LLM-Based Automated CUDA Debugging

8 May 2026arXiv:2605.08455added by Syntology

Shiyang Li, Haoyang Chen, Mattia Fazzini, Caiwen Ding

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Debugging CUDA programs has long been challenging because failures often arise from subtle interactions among hardware behavior, compiler decisions, memory hierarchy, and asynchronous execution. More importantly, with the rapid expansion of GPU usage across scientific computing, machine learning, graphics, and systems workloads, CUDA debugging has become more challenging than ever. Current evaluations of LLM-based CUDA programming largely miss this setting: a model can pass correctness tests with repair by degeneration, simplifying the CUDA code into a safer but slower program that abandons the original optimization structure. We introduce CUDABEAVER, a benchmark for CUDA debugging from real failing workspaces produced during LLM-based CUDA generation. Each task provides the broken candidate, native build/test commands, raw error evidence, and a single editable file. CUDABEAVER evaluates whether a fixer truly repairs the failing CUDA code or merely finds a slower test-passing replacement, reporting results by failure category, debugging trajectory, stagnation mode, and performance preservation. We further propose pass@k(M,C,A), a protocol-conditional CUDA debugging metric by making the fixer M, corpus C, and protocol axes Aexplicit. Using this metric across 213 tasks and seven frontier LLMs, we show that protocol-aware evaluation gives a more faithful view of CUDA debugging ability: when performance-loss tolerance is high, fixers appear much stronger, but even a minor stricter performance requirement can sharply reduce measured success, shifting scores by up to 40 percentage points.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.08455")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HaoyangChen23/CUDABeaver found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
2unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HaoyangChen23/CUDABeaver. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

applied_kernels_build HaoyangChen23/CUDABeaver/harness/applied_kernels_eval.py found in paper text by Syntology ran licence not identified · pointer only · d2b695569531f7f1 · report
classify_result HaoyangChen23/CUDABeaver/harness/classifier.py found in paper text by Syntology ran licence not identified · pointer only · d36caf49c46ee297 · report
compare_baselines HaoyangChen23/CUDABeaver/harness/analyze_pipeline.py found in paper text by Syntology ran licence not identified · pointer only · b6a7fd5c26eb65ed · report
compute_pooled_metrics HaoyangChen23/CUDABeaver/analysis/pool.py found in paper text by Syntology ran licence not identified · pointer only · 7d801489557079f3 · report
extract_per_task_status HaoyangChen23/CUDABeaver/analysis/pool.py found in paper text by Syntology ran licence not identified · pointer only · 9eb2a8de6eddd631 · report
is_applied_kernels_task HaoyangChen23/CUDABeaver/harness/applied_kernels_eval.py found in paper text by Syntology ran licence not identified · pointer only · 4e306a5173ace8b9 · report
load_committee_data HaoyangChen23/CUDABeaver/analysis/p_sweep.py found in paper text by Syntology ran licence not identified · pointer only · fa567bfe1fe23a63 · report
normalize_axis HaoyangChen23/CUDABeaver/analysis/axis_normalize.py found in paper text by Syntology ran licence not identified · pointer only · f265eefafc9c09e8 · report
parse_experiment HaoyangChen23/CUDABeaver/analysis/axis_normalize.py found in paper text by Syntology ran licence not identified · pointer only · 87866fd72c58a184 · report
pass_at_5 HaoyangChen23/CUDABeaver/analysis/p_sweep.py found in paper text by Syntology ran licence not identified · pointer only · c4d4ee0968f50a68 · report
render_table HaoyangChen23/CUDABeaver/analysis/render_latex.py found in paper text by Syntology ran licence not identified · pointer only · 63ec501f4ea97483 · report
scan_manifests HaoyangChen23/CUDABeaver/analysis/scanner.py found in paper text by Syntology ran licence not identified · pointer only · be0421e44019a9f1 · report
task_id_to_stem HaoyangChen23/CUDABeaver/harness/benchmark.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 82fb732bddd9d41a · report
applied_kernels_test HaoyangChen23/CUDABeaver/harness/applied_kernels_eval.py found in paper text by Syntology unverified licence not identified · pointer only · af652593943d9d07 · report
classify_failures HaoyangChen23/CUDABeaver/harness/analyze_pipeline.py found in paper text by Syntology unverified licence not identified · pointer only · 7ac0050f42ef99ee · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.08455, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections