[Kernel] Phase 4 batch-2: migrate JIT operator groups into kernels.ops (no shims) (RFC #29630) (#32015)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-07-22 17:49:51 +08:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 9456cef279
commit 977ea336cd
95 changed files with 127 additions and 104 deletions
@@ -5,7 +5,7 @@ from typing import List, NamedTuple, Union
import torch
from sglang.jit_kernel.hisparse import (
from sglang.kernels.ops.kvcache.hisparse import (
load_cache_to_device_buffer_dsv4_mla,
load_cache_to_device_buffer_mla,
)