AI inference glossary
ParallelismWide EP

Wide expert parallelism

In plain English

Wide expert parallelism spreads a model’s specialists across many GPUs, giving each GPU less expert data to hold and move.

Technical definition

Wide expert parallelism uses a large number of accelerator ranks for the expert-parallel group of a mixture-of-experts model.

Engineering details

Spreading hundreds of experts across more ranks reduces the number of expert weights stored and streamed by each GPU. Tokens from a larger peer group can also form more efficient expert batches, while dispatch and combine traffic grows across the group.

Why it matters

Wide EP is most effective inside a high-bandwidth scale-up network. Crossing a slower scale-out fabric can turn the same all-to-all traffic into the bottleneck and erase the memory-side benefit.

How to read it in InferenceX

InferenceX uses wide EP in rack-scale disaggregated recipes. Compare the EP width, decode pool size, fabric, and GPU model together.