paper-with-me

Papers

Kernel Foundry: A Diagnosis-driven Evolutionary Kernel Optimizer with Multi-Experts

2026-05-08 · Zixuan Huang, Da Chen, Kecheng Huang, Lihao Yin, Xing Li, Huiling Zhen, Mingxuan Yuan, Zili Shao arxiv

Generating high-performance GPU kernels remains challenging due to the need for both correctness and hardware-aware optimization. While large language models (LLMs) show promise in code generation, they often fail to produce kernels that are both correct and efficient. We propose Kernel Foundry, a diagnosis-driven evolutionary framework for automatic GPU kernel optimization. Our method combines expert-guided, retrieval-augmented initialization with a multi-island evolutionary search, where candidate kernels are iteratively refined using structured diagnostic feedback. A centralized experience library accumulates reusable optimization knowledge to guide subsequent evolution, while explicit mechanisms prevent cheating behaviors that bypass kernel-level computation. Experiments on KernelBench show that our method consistently improves both correctness and performance over strong baselines, achieving up to 100% correctness on Level~2.

📄 PDF Abstract BibTeX arXiv:2605.30359

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

KernelFoundry: Hardware-aware evolutionary GPU kernel optimization

2026-03-12 · Nina Wiedemann, Quentin Leboutet, Michael Paulitsch, Diana Wofk 외 arxiv

Optimizing GPU kernels presents a significantly greater challenge for large language models (LLMs) than standard code generation tasks, as it requires understanding hardware architecture, parallel optimization strategies…

Code Generation

Foundry: Template-Based CUDA Graph Context Materialization for Fast LLM Serving Cold Start

2026-04-08 · Xueshen Liu, Yongji Wu, Yuncheng Yao, Danyang Zhuo 외 arxiv

Modern LLM service providers increasingly rely on autoscaling and parallelism reconfiguration to respond to rapidly changing workloads, but cold-start latency remains a major bottleneck. While recent systems have reduced…

Kernel-Smith: A Unified Recipe for Evolutionary Kernel Optimization

2026-03-30 · He Du, Qiming Ge, Jiakai Hu, Aijun Yang 외 arxiv

We present Kernel-Smith, a framework for high-performance GPU kernel and operator generation that combines a stable evaluation-driven evolutionary agent with an evolution-oriented post-training recipe. On the agent side,…

Reinforcement Learning

Record-Remix-Replay: Hierarchical GPU Kernel Optimization using Evolutionary Search

2026-04-13 · Daniel Nichols, Konstantinos Parasyris, Caetano Melone, Tal Ben-Nun 외 arxiv

As high-performance computing and AI workloads become increasingly dependent on GPUs, maintaining high performance across rapidly evolving hardware generations has become a major challenge. Developers often spend months …

Automated Kernel Discovery Towards Understanding High-dimensional Bayesian Optimization

2026-05-18 · Taeyoung Yun, Woocheol Shin, Inhyuck Song, Jaewoo Lee 외 arxiv

Gaussian Process (GP) kernels are central to Bayesian optimization (BO), yet designing effective kernels for high-dimensional problems still relies on extensive manual engineering. Existing automated approaches struggle …