PulseAugur
EN
LIVE 10:35:16

LLM-generated GPU kernels fall short in production benchmarks

Researchers have introduced Atrex-Bench, a new benchmark designed to evaluate the production readiness of GPU kernels generated by large language models. Unlike previous benchmarks that used synthetic data, Atrex-Bench samples problems directly from production inference traces on GPUs, weighting them by their actual usage in serving workloads. Initial tests show that even the best LLMs only achieve about 10% of the hardware's potential, with many apparent successes being PyTorch fallbacks rather than LLM-generated code. To address this, the team also developed Atrex-Kernel-Agent, an optimization agent that successfully converted zero-FlyDSL fallbacks into kernels matching or exceeding hand-tuned performance. AI

IMPACT Highlights limitations in LLM code generation for specialized hardware, indicating a need for more sophisticated optimization agents.

RANK_REASON The cluster contains an academic paper detailing a new benchmark and agent for evaluating LLM-generated code. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM-generated GPU kernels fall short in production benchmarks

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Lingyun Yang, Yuxiao Wang, Shenghao Liang, Linfeng Yang, Daocheng Ying, Chunbo You, Rui Zhang, Luping Wang, Yinghao Yu, Guodong Yang, Liping Zhang ·

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

    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-clu…