vllm.model_executor.layers.fused_moe.experts.aiter_mxfp4_w4a16_moe ¶
_aiter_raw(t) ¶
Unwrap the triton_kernels.tensor.Tensor that _swizzle_mxfp4 returns.
Source code in vllm/model_executor/layers/fused_moe/experts/aiter_mxfp4_w4a16_moe.py
_aiter_w4a16_silu_via_a8w4(hidden_states, w1_data, w2_data, w1_wscale, w2_wscale, w1_bias, w2_bias, routing_data, gather_idx, scatter_idx, gammas, apply_router_weight_on_input, swiglu_limit, unpadded_N_w1, unpadded_K_w1, unpadded_N_w2, unpadded_K_w2) ¶
MXFP4 w4a16 MoE with a SILU (concatenated [gate | up]) activation.