ELSEIF
Your brief EB
183 stories from 71 feeds 32 clusters Refreshed 10 minutes ago next pull 13:20

PERFORMANCE Signal 168

Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)

WHY IT MATTERS

Decomposing large models into reusable, hardware-aware building blocks allows teams to optimize new architectures rapidly rather than treating them as monolithic systems. This approach yielded up to a 4.7x speedup for prefill-heavy workloads and integrates directly into open-source serving frameworks like vLLM and SGLang, reducing friction for production deployments.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The optimization strategy treats models as collections of independent building blocks, enabling near-zero engineering friction when porting pre-optimized modules to new architectures.

02

Targeting Qwen 3.5's novel components, such as Gated DeltaNet linear attention and Attention Data Parallelism, resulted in a 3.1x speedup for decode-heavy workloads and a 4.7x speedup for prefill-heavy workloads.

03

The Qwen 3.5 architecture activates only 17 billion of its 397 billion total parameters per token by using a highly sparse routing scheme and a hybrid layout of Gated DeltaNet and Grouped Query Attention layers.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Google Developers Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x) Open ↗