paper-with-me

Papers

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

2026-07-16 · Lingyun Yang, Yuxiao Wang, Shenghao Liang, Linfeng Yang, Daocheng Ying, Chunbo You, Rui Zhang, Luping Wang, Yinghao Yu, Guodong Yang, Liping Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.14541

Code (3)

Aaron617/agent-arXiv-daily ★ 10
alibaba/atrex-bench ★ 15
alibaba/atrex-kernel-agent ★ 28

Similar Papers 제목 키워드 기반

FlashInfer-Bench: Building the Virtuous Cycle for AI-driven LLM Systems

2026-01-01 · Shanli Xing, Yiyan Zhai, Alexander Jiang, Yixin Dong 외 arxiv

Recent advances show that large language models (LLMs) can act as autonomous agents capable of generating GPU kernels, but integrating these AI-generated kernels into real-world inference systems remains challenging. Fla…

Learning Selective LLM Autonomy from Copilot Feedback in Enterprise Customer Support Workflows

2026-04-26 · Nikita Borovkov, Elisei Rykov, Olga Tsymboi, Sergei Filimonov 외 arxiv

We present a deployed system that automates end-to-end customer support workflows inside an enterprise Business Process Management (BPM) platform. The approach is scalable in production and reaches selective automation w…

AsmEvo: Agentic Assembly-Level Optimization of AMD GPU Kernels with Functional Equivalence Verification

2026-08-21 · Ji Liu, Puyuan Yang, Rongzhang Zheng, Fan Wang 외 arxiv

High-performance ML systems increasingly rely on GPU kernels whose editable source is unavailable, generated, or too distant from final machine code to expose remaining optimizations. Existing LLM kernel optimizers and a…

AptAvatar: Fast and Vivid Long-Form Audio-Driven Video Generation for Production-Ready Avatars

2026-07-27 · Hengyuan Zhang, Jingna Sun, Meiguang Jin, Junfeng Ma arxiv

Production-ready audio-driven avatar generation requires efficient inference without sacrificing fidelity or motion expressiveness. However, existing acceleration methods often compromise quality through restrictive arch…

Video Generation

TRACER: Trace-Based Adaptive Cost-Efficient Routing for LLM Classification

2026-04-16 · Adam Rida arxiv

Every call to an LLM classification endpoint produces a labeled input-output pair already retained in production logs. These pairs constitute a free, growing training set: a lightweight surrogate trained on them can abso…

Natural Language Inference