Researchers propose Kernel Forge, an agentic harness to optimize CUDA kernels for PyTorch models using LLM-driven search
Open-source tool uses Monte Carlo Tree Search and a GUI to generate and refine GPU kernels, outperforming PyTorch eager mode on multiple models with as few as 50 iterations per kernel.
1 source · cross-referenced
- Kernel Forge is an open-source agentic harness that accepts unmodified PyTorch models and optimizes their CUDA kernels using LLM-driven search.
Researchers from the University of Michigan and collaborators introduce Kernel Forge, an open-source, end-to-end agentic harness designed to optimize CUDA kernels for PyTorch models without requiring manual low-level GPU coding. Unlike prior tools that target isolated kernels or randomly generated tensors and emit standalone code requiring manual reintegration, Kernel Forge ingests unmodified PyTorch models and performs in-place kernel optimization.
The system supports vision, diffusion, and large language model workloads and employs Monte Carlo Tree Search (MCTS) to explore multiple optimization paths rather than a single linear refinement chain. It also includes a graphical user interface for monitoring progress, inspecting candidate kernels, and debugging failures.
In evaluations on an NVIDIA DGX Spark with GB10 GPU, Kernel Forge optimized 14 kernels across four PyTorch models. With only 50 optimization iterations per kernel, it achieved speedups over PyTorch eager mode: 1.52× on adaptive_avgpool2d in ResNet-50, 1.70× on group_norm in Stable Diffusion 3.5 Medium, 2.83× on softmax in Gemma 4 E2B, and 1.54× on softmax in Qwen 3.5 35B-A3B.
The authors release Kernel Forge as open-source software and provide a code repository link in the paper.
- Jul 29, 2026 · arXiv cs.AI
Researchers propose llm-wiki-memory-template to preserve failure paths in collaborative AI and human workflows
Trust79 - Jul 28, 2026 · arXiv cs.CL
Researchers release GAND, a benchmark to study gender bias in machine translation through gender-ambiguous natural data
Trust79 - Jul 28, 2026 · arXiv cs.CL
Official conference reviewer guidelines outperform LLM-generated reviewer-imitating guidelines in automated peer review study
Trust79