
← AI Post Transformers5 dagen geleden
Piper: Fixing GPU Utilization in MoE Training on Frontier
This episode examines Piper, a training system from Oak Ridge National Laboratory designed to fix catastrophic GPU underutilization in large-scale Mixture-of-Experts training, where the leading framework X-MoE hits only about 5% utilization on a 545-billion-parameter model. The discussion traces MoE's evolution from GShard and Switch Transformer's coarse-grained experts to DeepSeek-MoE's fine-grained approach with hundreds of small experts, and explains why expert parallelism's all-to-all communication becomes a severe bottleneck on Frontier's Dragonfly network topology, where bandwidth varies sharply with GPU distance. Piper's core innovation is repurposing pipeline parallelism, normally used only to split layers across dense models, to also confine expensive expert-parallel communication within small, physically local GPU groups arranged in a pipeline-by-expert-parallel grid. The conversation details how an analytical resource model prunes infeasible configurations for memory and communication cost before a micro-benchmarking pass measures real hardware throughput to select the optimal setup, claiming a two-to-three-and-a-half-times utilization improvement. Listeners interested in the practical gap between theoretical FLOPs and real supercomputer throughput will find this a concrete look at what it takes to make trillion-parameter training economically viable on shared HPC infrastructure rather than purpose-built AI clusters.
Sources:
1. Piper: Efficient Large-Scale MoE Training via Resource Modeling and Pipelined Hybrid Parallelism — Sajal Dash, Feiyi Wang, 2026
http://arxiv.org/abs/2605.05049
2. GShard: Scaling Giant Models with Conditional Computation and Automatic Sharding — Dmitry Lepikhin, HyoukJoong Lee, Yuanzhong Xu, Dehao Chen, Orhan Firat, Yanping Huang, Maxim Krikun, Noam Shazeer, Zhifeng Chen, 2020
https://scholar.google.com/scholar?q=GShard%3A+Scaling+Giant+Models+with+Conditional+Computation+and+Automatic+Sharding
3. Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity — William Fedus, Barret Zoph, Noam Shazeer, 2021
https://scholar.google.com/scholar?q=Switch+Transformers%3A+Scaling+to+Trillion+Parameter+Models+with+Simple+and+Efficient+Sparsity
4. Tutel: Adaptive Mixture-of-Experts at Scale — Changho Hwang, Wei Cui, Yifan Xiong, Ziyue Yang, Ze Liu, Han Hu, Zilong Wang, Rafael Salas, Jithin Jose, Prabhat Ram, Joe Chau, Peng Cheng, Fan Yang, Mao Yang, Yongqiang Xiong, 2022 (updated 2023)
https://scholar.google.com/scholar?q=Tutel%3A+Adaptive+Mixture-of-Experts+at+Scale
5. FasterMoE: Modeling and Optimizing Training of Large-Scale Dynamic Pre-Trained Models — Jiaao He, Jiezhong Qiu, Aohan Zeng, Zhilin Yang, Jidong Zhai, Jie Tang, 2022
https://scholar.google.com/scholar?q=FasterMoE%3A+Modeling+and+Optimizing+Training+of+Large-Scale+Dynamic+Pre-Trained+Models