June 29 – July 2, 2026 · San Francisco, CA · imported from ai.engineer's public schedule feed

AI Engineer World's Fair 2026 — unofficial import demo

Unofficial demo. This programme was imported from the AI Engineer World's Fair's own public schedule feed to show vibeboard at real conference scale. Not affiliated with, or endorsed by, the organisers.

All sessions
Session

Can LLMs write fast multi-GPU kernels? We built a benchmark to find out.

Simran Arora

When
Tuesday, June 3012:05 PM – 12:25 PM · 20 min
Where
Expo Stage 3 SWSan Francisco, CA · imported from ai.engineer's public schedule feed
Google Calendar

About this session

LLMs have gotten surprisingly good at writing GPU kernels, but almost all the benchmarks measuring that progress are single-GPU. In production, communication is the bottleneck: all-reduce alone accounts for over 20% of inference latency on Llama-3.3-70B, and that gap keeps widening as compute scales faster than interconnect bandwidth. ParallelKernelBench (PKB) offers a benchmark and evaluation framework for multi-GPU kernel generation and includes 87 problems from real codebases where the task is replacing PyTorch + NCCL with a CUDA kernel that moves data directly over NVLink. We tested GPT-5.5, Gemini 3 Pro, Opus 4.7, and other frontier coding models. Under a third of problems solved were correctly, and fewer than a quarter of those beat the naive baseline. We'll cover why they fail, what the patterns look like, and a few cases where models produced kernels faster than anything publicly available, including one for NVIDIA NeMo-RL's GRPO training loop, which has no prior optimized public reference. The benchmark is open source and we want to see what you can do!

Speaker

Simran Arora
Simran Arora

Computer Science PhD Student, Stanford University

Simran Arora is a Stanford computer science PhD student working on AI systems, GPU kernels, and efficient model execution. She is a co-author of KernelBench and related multi-GPU kernel research, and is associated with Together AI in recent AI-for-science and systems work.