Proteus Generates Custom GPU Kernels for Qwen3 122B, Up to 5.2x Faster Than vLLM

matei_zaharia · x · 2026-09-09

Databricks published a blog on Proteus, a system that generates specialized GPU kernels for the exact tensor shapes a model encounters at runtime, questioning why models from 1B to 1T parameters share the same generic kernels.

Key result: kernels generated for Qwen3 122B are 1.8–5.2x faster than the best implementations available in vLLM.

Verification is the hard part: in their initial harness, knowledge and context management—not candidate generation—consumed most of the token budget. Verification requires running candidates on real GPUs in isolation, often multiple times, and it must be airtight: a kernel must be proven functionally correct, not just fast.

Original post →

More from Infra

Infra channel →