跳到主内容
@wquguru
精选75elvis论文研究

Kernel Forge:用MCTS优化CUDA内核的开源Agent框架

Impressive paper!

原文
发到 X

Impressive paper!

It's on one of the hardest tasks for coding agents today.

Of course, I am talking about kernel optimization. Coding agents are usually not so great at this.

Reasons: Unfamiliar low-level API, no room for a plausible-looking answer, and every candidate has to actually run and be faster.

Kernel Forge is an open-source agent harness that takes an unmodified PyTorch model in place and rewrites its CUDA kernels. It covers vision, diffusion, and LLM workloads.

Instead of a linear generate-and-fix chain, it runs Monte Carlo Tree Search over multiple optimization paths, with a GUI for monitoring progress, inspecting candidate kernels, and debugging failures.

On an NVIDIA DGX Spark with a GB10 GPU, at 50 optimization iterations per kernel, it optimized 14 kernels past their PyTorch baselines across four models.

It looks like the gain came from harness structure and in-place reintegration rather than a stronger model. That lesson repeats for any agent working against an API it was never trained on.

Paper: https://arxiv.org/abs/2607.24762

Learn to build effective AI agents in our academy: https://academy.dair.ai/

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近