[Kernel] Sweep decoupled scattered kernels into sglang.kernels.ops (RFC #29630) (#31582)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-07-18 19:07:07 +08:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 9306278fbc
commit 216b750c8f
22 changed files with 27 additions and 16 deletions
@@ -12,8 +12,10 @@ import unittest
import torch
from sglang.srt.layers.attention.dsv4 import attn_metadata_kernels
from sglang.srt.speculative import ragged_verify_kernels
from sglang.kernels.ops.attention import (
dsv4_attn_metadata_kernels as attn_metadata_kernels,
)
from sglang.kernels.ops.speculative import ragged_verify_kernels
from sglang.srt.speculative.dspark_components.dspark_planner import (
DSparkScheduleConfig,
)