@levidiamode: 163/365 of GPU Programming Looking at a few different agentic GPU kernel optimization systems today. The two I'm most i…

X AI KOLs Timeline News

Summary

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.

163/365 of GPU Programming Looking at a few different agentic GPU kernel optimization systems today. The two I'm most interested in atm: - @dogacel0's Auto GPU Kernel which he used to win the DeepSeek Sparse Attention FlashInfer challenge at MLSys this year - Kernel Design Agents out of @songhan_mit's lab which won 1st place in the MoE track of the same competition Really interesting to see the different uses of subagents and Claude skills like the Kernel Wiki to optimize these agentic loops for GPU programming. Some great inspiration in both for my own workflows
Original Article
View Cached Full Text

Cached at: 06/16/26, 01:13 AM

163/365 of GPU Programming

Looking at a few different agentic GPU kernel optimization systems today. The two I’m most interested in atm:

  • @dogacel0’s Auto GPU Kernel which he used to win the DeepSeek Sparse Attention FlashInfer challenge at MLSys this year
  • Kernel Design Agents out of @songhan_mit’s lab which won 1st place in the MoE track of the same competition

Really interesting to see the different uses of subagents and Claude skills like the Kernel Wiki to optimize these agentic loops for GPU programming. Some great inspiration in both for my own workflows

Links to repos:

  • https://github.com/Dogacel/auto-gpu-kernel…
  • https://github.com/mit-han-lab/kernel-design-agents…

Similar Articles