← 返回事件
持续讨论AI发版

trunk/0c8b4a78ffbbce776adc0823e790158b26435f40: flex_gemm: grouped-main SwiGLU on the grouped_mm path (#196321)

发生了什么

Human Note Agent note The dense SwiGLU spellings (interleaved acc.view(m, -1, 2) + select , and chunked split over a column-major [2N, K].t() weight) now lower on the F.grouped_mm route, so torchtitan's MoE expert FFN silu(x @ w1) * (x @ w3) over ragged experts is one grouped FlexGEMM with the same epilogue text a dense user writes. QuACK's GroupedMainStore already accepted varlen-M; only the lowering guard rejected…

摘要按规则整理自下方来源原文

为什么在扩散

来源