Skip to content
inference.academy

glossary/scale/wide-ep

Wide expert parallelism

also Wide-EP, large-scale EP

Expert parallelism stretched across many GPUs, often a whole rack, so each card holds one or two experts and the batch of tokens reaching each is large enough to make its GEMM efficient. At small scale, an expert sees few tokens per step and runs at memory speed; spread wide, the same expert serves tokens from the entire rack. It moves the bottleneck to the all-to-all, which is why it arrived with NVLink-connected 72-GPU domains.


72 GPUs

In one NVLink domain on GB200 NVL72, the scale at which the term became a product feature.


Related