✳flâneur — a map of the web's best reading
Better MoE model inference with warp decode · Cursor
cursor.com · 1,563 words · saved by 1 readers
By flipping the parallelism axis we achieve 1.8x faster and more accurate MoE model inference.
Blog / research Most MoE inference systems organize the token generation path around experts. This mirrors how routing works and has been the standard approach at scale. For small-batch decode on Blackwell GPUs, however, we found that organizing the kernel around outputs rather than experts works better. We call this approach “warp decode.” We arrived at warp decode by thinking about what the maximum achievable memory bandwidth for MoE decode on Blackwell actually is. That led us to flip the parallelism axis entirely. Instead of assigning warps to experts, we assign each warp to a single outpu
Explore this link on the map →saved by
related reading
- Transformer Inference Arithmetic | kipply's blogkipp.ly
- Real-time LLM Inference on Standard Datacenter GPUs (3,000 tokens/s per request)blog.kog.ai
- The economics of speculative decoding | Doublewordblog.doubleword.ai
- Reiner Pope – The math behind how LLMs are trained and serveddwarkesh.com
- 1.5x faster MoE training with custom MXFP8 kernels · Cursorcursor.com
- LLM Inference Performance Engineering: Best Practices | Databricks Blogdatabricks.com
- Speculative Decoding - philkravphilkrav.com
- Composer2.pdfcursor.com
- Xiaomi MiMo, Explore and Lovemimo.xiaomi.com
- Transformers Inference Optimization Toolset | AstraBlogastralord.github.io
- Papers I’ve read this week, Mixture of Experts editionfinbarrtimbers.substack.com
- Best practices to accelerate inference for large-scale production workloadstogether.ai