English

Technical Report: AI-Assisted Gated DeltaNet Optimization on NVIDIA Blackwell

Distributed, Parallel, and Cluster Computing 2026-07-18 v1

Abstract

AI-assisted GPU programming is often framed as a kernel-generation loop: ask a model to produce faster CUDA code, benchmark the result, and repeat. This case study argues that contest-grade optimization involves more than improving the kernel body. We examine the Agent-Assisted submission by our team, MSInfer, to the MLSys 2026 FlashInfer Contest. The submission optimized Gated DeltaNet decode and prefill on NVIDIA B200/Blackwell and achieved an official 1.58×1.58\times speedup, with approximate average latencies of 9.315μs9.315\,\mu\mathrm{s} for decode and 239.48μs239.48\,\mu\mathrm{s} for prefill. Our experience shows that even effective local kernel improvements can plateau when a workload requires structural reformulation and evaluator-aligned measurement. We therefore characterize AI-assisted kernel optimization as an end-to-end systems problem that encompasses algorithm design, workload specialization, measurement tooling, build and evaluation surfaces, evaluator alignment, and human interpretation.

Cite

@article{arxiv.2607.16831,
  title  = {Technical Report: AI-Assisted Gated DeltaNet Optimization on NVIDIA Blackwell},
  author = {Hyunjun Shin and Jiseung Jang and Jaewoo Maeng and Hyunjun Kim},
  journal= {arXiv preprint arXiv:2607.16831},
  year   = {2026}
}

Comments

10 pages, 5 tables. Technical report