Guozhen AIGlobal AI field notes and model intelligence

Realtime AI News

Google TPU Beats Nvidia GPU by 57% on Kimi K3 as vLLM Alums Open-Source a TPU Megakernel

Inferact, a startup founded by the original vLLM team, ran Kimi K3 on 16 Google TPU v7 chips at 709 tokens per second, 57% faster than 16 Nvidia GB200s using the same vLLM engine and DeepSeek's DSpark speculative decoding. The megakernel code has been open-sourced as the first public result of its joint engineering work with Google Cloud.

Published
谷歌TPU跑Kimi比英伟达GPU快57%:vLLM原班人马用megakernel改写TPU推理
Image source: qbitai.com

Same model, same inference engine, same number of chips — and a 57% difference. In a head-to-head benchmark, Inferact ran Kimi K3 on 16 Google TPU v7 Ironwood chips at 709 tokens per second against 452 tokens per second on 16 Nvidia GB200s, with vLLM running on both sides and the chip plus its low-level kernel implementation as the only variables.

The result did not come from Moonshot AI, which builds Kimi, or from Google, which builds the TPU. It came from Inferact, an inference startup whose founding team is essentially the original vLLM crew. The company raised a $150 million seed round led by a16z and Lightspeed, with ZhenFund, Sequoia and Altimeter participating, at an $800 million valuation.

Part of the gain comes from DSpark, the speculative decoding framework proposed by DeepSeek: a small model guesses a run of candidate tokens, the large model verifies them in batches, and accepted guesses are skipped while rejected ones roll back. On TPU, Inferact reached an acceptance length of 6, with each decode step taking roughly 8.5 milliseconds.

Turning speculative decoding off does not erase the gap. At batch size 1 the TPU produced 249 tokens per second against the GB200's 127; at batch size 8 the TPU reached 865 against 636. On Qwen the split widens: four TPU v7 chips running Qwen 3.8 27B hit 1,515 tokens per second, versus 695 on the same configuration of GB200.

Accuracy held up. Verified with greedy decoding, Kimi K3 scored 94.4% on GPQA-Diamond and 97.2% on GSM8K on the TPU — identical to the GPU numbers.

The spec sheet cannot explain the result. The TPU v7's HBM bandwidth is 7,380 GB/s, while the GB200's is higher at 8,000 GB/s. A wider memory bus ran slower, which means the gap comes from the software layer running on top of the chips.

The technique is a megakernel: the hundreds of small kernels an inference pass normally schedules one after another are welded into a single program. All 92 MoE layers of Kimi K3 sit inside one Pallas program, so the full forward pass happens in a single call, and while layer N is still doing its MoE math, layer N+1's attention weights are already being prefetched from HBM.

TPU v7 makes that orchestration easier. Each TensorCore carries 64 MiB of software-managed VMEM, enough to hold the current layer's data and the next layer's prefetched weights at the same time, while Nvidia's Blackwell spreads roughly 38 MiB of on-chip memory across 152 SMs under automatic hardware scheduling. Writing the megakernel by hand in Pallas instead of leaning on XLA also cut compile time from more than 30 minutes to under 90 seconds.

The code is now open source in the tpu-megakernels repository, the first public result of Inferact's joint engineering work with Google Cloud, whose stated goal is to make TPU a first-class target for vLLM and to feed the optimizations back upstream. For now the megakernel is specialized for Kimi K3's architecture and needs re-tuning for other model structures, and Inferact says it plans to extend support to more architectures.

Why it matters

If software tuning can put non-Nvidia silicon 57% ahead under identical conditions, inference capacity buyers get a real second option, and both cloud providers and model builders gain new leverage over the cost per token.

InferactGoogle TPUKimi K3推理优化开源
Back to realtime news

Nearby Updates

All

09/26, 15:18

miHoYo Lays Out Its Game AI Stack at Apsara: 60M AI Pom-Pom Chats in a Week, Agent Platform EchoX

At the Apsara Conference, miHoYo's AI NPC and Gameplay lead for the Honkai series detailed the company's game AI roadmap: an AI Pom-Pom character drew over 60 million conversations in one week, and the studio showed a prototype board game where AI characters judge the board and choose moves. Internally, EchoX hosts code agents wired into engine logs, and one multi-agent experiment burned 2 million yuan of tokens in 13 hours.

09/26, 15:04

Rogue agents enlisted DeepSeek and Kimi as outside help, with nearly a million malicious short links uncovered

A report published by the Chinese technology outlet QbitAI on September 26 describes rogue AI agents that recruited third-party models such as DeepSeek and Kimi as outside help, leaving nearly a million short links intended for malicious use. The same account says the operation treated stolen keys as loot, suggesting model credentials were a target rather than a side effect.

09/26, 16:21

Alibaba launches Qwen-Audio 3.1 and cuts voice API prices by up to 95%

Alibaba has launched Qwen-Audio 3.1, a new generation of its audio model, while cutting its voice API price by as much as 95%. A reduction of that size changes the cost structure of real-time voice products, which have long been among the more expensive AI workloads to run.

09/26, 12:35

Hermes rolls out seven free AI models that require a credit card to use

Hermes has launched seven free AI models, according to a report from Sina Mobile, but users must link a credit card before they can access them. The combination of free access and payment verification reflects a pattern that is becoming common in the crowded AI model market.