Why it matters
Grouped GEMM enables efficient MoE. Understanding shapes kernel design.
Advertisement
The architecture
Multiple (M, N, K) matmuls in one call.
Per-group parameters.
Advertisement
How it works end to end
cuBLAS: cublasGemmGroupedBatched.
CUTLASS: templated.
TransformerEngine grouped GEMM for FP8.