AgentKernelArena: Generalization-Aware Benchmarking of GPU Kernel Optimization Agents
Summary
AgentKernelArena is an open-source benchmark for evaluating AI coding agents on GPU kernel optimization, assessing full agent workflows and generalization to unseen configurations across 196 tasks.
View Cached Full Text
Cached at: 05/19/26, 06:30 AM
Paper page - AgentKernelArena: Generalization-Aware Benchmarking of GPU Kernel Optimization Agents
Source: https://huggingface.co/papers/2605.16819 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
AgentKernelArena is introduced as an open-source benchmark for evaluating AI coding agents on GPU kernel optimization, assessing full agent workflows and unseen-configuration generalization across multiple optimization tasks.
GPU kernel optimizationis increasingly critical for efficient deep learning systems, but writing high-performance kernels still requires substantial low-level expertise. RecentAI coding agentscan iteratively read code, invoke compilers and profilers, and refine implementations, yet existing kernel benchmarks evaluate single LLM calls rather than fullagent workflows, and none include both kernel-to-kernel optimization andunseen-configuration generalizationtesting. We present AgentKernelArena, an open-source benchmark for measuringAI coding agentsonGPU kernel optimization. The benchmark contains 196 tasks spanningHIP-to-HIP optimization,Triton-to-Triton optimization, andPyTorch-to-HIP translation, and evaluates completeagent workflowsin isolated workspaces using gatedcompilation,correctness, andperformance checks, centralized scoring and anunseen-configuration generalizationprotocol that tests whether optimizations transfer to input configurations the agent never observed. Across production agents including Cursor Agent, Claude Code, and Codex Agent, we find near-perfectcompilationand highcorrectnessrates on most task categories, with the strongest configurations achieving mean speedups of up to 6.89x on PyTorch-to-HIP, 6.69x on HIP-to-HIP, and 2.13x on Triton-to-Triton tasks. Our unseen-configuration evaluation shows that HIP-to-HIP andTriton-to-Triton optimizations largely transfer to unseen input shapes, while PyTorch-to-HIP exhibits substantialcorrectnessdrops, indicating that agents generating kernels from scratch frequently hardcode shape-specific assumptions. AgentKernelArena is designed as a modular, extensible framework for rigorous evaluation of agenticGPU kernel optimizationacross agents, tasks, and hardware targets.
View arXiv pageView PDFGitHub16Add to collection
Get this paper in your agent:
hf papers read 2605\.16819
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.16819 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.16819 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.16819 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@levidiamode: 163/365 of GPU Programming Looking at a few different agentic GPU kernel optimization systems today. The two I'm most i…
A tweet discussing two agentic GPU kernel optimization systems: Auto GPU Kernel by @dogacel0 and Kernel Design Agents from @songhan_mit's lab, both winners at the MLSys Sparse Attention FlashInfer competition. The thread highlights different approaches using subagents and Claude skills for GPU programming.
@realSharonZhou: We need better GPU performance benchmarks for RLing capabilities into frontier models for RSI, and I have a few ideas. …
Sharon Zhou proposes a vendor-agnostic, kernel-level GPU performance benchmark to help AI agents optimize compute efficiency for frontier models, and highlights AMD's AgentKernelArena as a starting point.
@songhan_mit: Explore KDA (Kernel Design Agents): https://github.com/mit-han-lab/kernel-design-agents…
KDA (Kernel Design Agents) is an open-source agent-centric workflow from MIT HAN Lab for using coding agents to research, implement, verify, and iterate on performance-sensitive CUDA kernel tasks. It helped Databricks achieve rank #1 on NVIDIA's SOL-ExecBench leaderboard.
Benchmarking AI Agents for Addressing Scientific Challenges Across Scales
Introduces SciAgentArena, a benchmark of ~200 tasks for evaluating AI agents in real scientific research. Finds agents effective for well-specified data-analysis workflows but struggle with novel insights and open-ended exploration.
AdaExplore: Failure-Driven Adaptation and Diversity-Preserving Search for Efficient Kernel Generation
Researchers from Carnegie Mellon, University of Washington, and Arm propose AdaExplore, an LLM agent framework for GPU kernel code generation that achieves 3.12× and 1.72× speedups on KernelBench Level-2 and Level-3 benchmarks through failure-driven adaptation and diversity-preserving search, without additional fine-tuning.