[Kernel] Migrate scattered MoE kernels to sglang.kernels (RFC #29630, Phase 2.5, 2/7) (#30786)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-07-14 09:03:21 +08:00
committed by GitHub
co-authored by Claude Fable 5
parent 464fe1b77c
commit ee464fedc6
31 changed files with 480 additions and 475 deletions
@@ -1,7 +1,7 @@
import torch
import triton
from sglang.srt.layers.moe.ep_moe.kernels import post_reorder_triton_kernel
from sglang.kernels.ops.moe.ep_moe_kernels import post_reorder_triton_kernel
from sglang.utils import is_in_ci
IS_CI = is_in_ci()