cd /news/artificial-intelligence/are-llm-generated-gpu-kernels-produc… · home topics artificial-intelligence article
[ARTICLE · art-63165] src=machinebrief.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Are LLM-Generated GPU Kernels Production-Ready? A Trace-Driven Benchmark and Optimization Agent

Researchers from Atrex introduced Atrex-Bench, a benchmark of 30 GPU operators and 440 shapes sampled from production inference traces, and found that even the best frontier coding agents achieve only ~10% of hardware roofline on these operators. To address this gap, they released Atrex-Kernel-Agent (AKA), a profile-driven optimization agent that converts fallback kernels into production-quality code matching hand-tuned baselines.

read1 min views1 publishedJul 17, 2026

arXiv:2607.14541v1 Announce Type: new Abstract: Existing GPU kernel generation benchmarks draw problems from synthetic or curated sources that diverge from deployed workloads. We present Atrex-Bench, a benchmark whose 30 operators and 440 shapes are sampled directly from full-cluster production inference traces of compute-limited, memory-rich GPUs. Each problem carries an importance weight derived from its share of observed GPU time, weighted by application card-hours and computed separately for the serving phases in which it runs, together with a per-problem roofline ceiling, so the aggregate score emphasizes the kernels that consume the most serving time. Evaluating six frontier coding agents on Atrex-Bench shows that even the best vanilla model reaches only ${\sim}10%$ of the hardware roofline on production operators; and correctness alone overstates capability, since much of the apparent pass rate comes from PyTorch fallbacks rather than kernels the model wrote. To close this gap, we co-release Atrex-Kernel-Agent (AKA), a profile-driven kernel-optimization agent that combines iterative measure-revise search, optimization dropout for escaping stalled search contexts, and a layered GPU-optimization knowledge base (298 reference-kernel files and 244 optimization-knowledge documents, plus external upstream reference projects for API/ISA lookup). In a controlled case study, the agent converts zero-FlyDSL fallbacks into real kernels that match or exceed hand-tuned production baselines.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @atrex 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/are-llm-generated-gp…] indexed:0 read:1min 2026-07-17 ·