🛰️ Daily AI Frontier
‹ back to 2026-09-25

KernelOPT: Dispatch-Aware Agentic Search for GPU Kernel Optimization

arXiv cs.DC Efficiency & Systems Aheli Poddar, Sanskar Prasad, Arindam Samanta, Subha Chakraborty, Vishal Goyal, Rohit Singh Rathaur 2026-09-24
Representative image for KernelOPT: Dispatch-Aware Agentic Search for GPU Kernel Optimization

TL;DR - KernelOPT is a multi-agent system that optimizes compiler-generated Triton GPU sub-kernels while preserving vendor library calls and validating the reassembled model end-to-end. It improves performance over torch.compile on KernelBench while retaining the compiler baseline when no safe optimization passes verification.

  • Five profiling-guided LLM agents search for optimizations within the compiled model’s existing structure.
  • A four-gate cascade checks static validity, multi-seed correctness, float64-fallback model behavior, and performance.
  • The system supports PyTorch nn.Module models, standalone Triton kernels, and Helion kernels.
  • Across 250 KernelBench problems, geometric-mean speedups over torch.compile were 1.40Ă—, 1.15Ă—, and 1.07Ă— for Levels 1, 2, and 3, respectively.

view merged work →