pub fn moe_block( model: &Arc<CmfModel>, jobs: &[MoeJob<'_>], out: &mut [f32], ) -> bool
A layer’s MoE-FFN in one submission (amortizing the dispatch cost).