[Kernel] Phase 4 batch-3: migrate tangled JIT subsystems + new groups into kernels.ops (RFC #29630) (#32045)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-07-22 21:15:03 +08:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 71fe649d68
commit 74338e94f1
389 changed files with 8186 additions and 8158 deletions
@@ -5,7 +5,7 @@ import unittest
import torch
from sglang.jit_kernel.kv_canary.consts import splitmix64
from sglang.kernels.ops.kv_canary.consts import splitmix64
from sglang.srt.kv_canary.token_oracle.oracle import (
HashOracle,
_splitmix64_tensor,
@@ -5,7 +5,7 @@ import unittest
import torch
from sglang.jit_kernel.kv_canary.verify_ref import splitmix64
from sglang.kernels.ops.kv_canary.verify_ref import splitmix64
from sglang.srt.kv_canary.token_oracle.oracle import HashOracle
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.test_utils import CustomTestCase