vllm.model_executor.layers.fused_moe.router.bf16x3_router_gemm_cutedsl ¶
CuteDSL BF16x3 router GEMM.
Computes X @ W.T for BF16 X with shape [N, K] and FP32 router weights W with shape [M, K] by decomposing each FP32 weight value into three BF16 residual terms inside the kernel, then accumulating the three BF16 MMA results into FP32 TMEM output.
Functions:
-
bf16x3_router_gemm–Return
X @ W.Tusing the SM100 BF16x3 router GEMM kernel.
bf16x3_router_gemm(X, W) ¶
Return X @ W.T using the SM100 BF16x3 router GEMM kernel.