[Kernel] RFC #29630 finale: retire sglang.jit_kernel into sglang.kernels (#32072)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-07-23 08:35:09 +08:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 8ce68370b5
commit 99f636a86f
354 changed files with 889 additions and 875 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ import torch
from sgl_kernel import cutlass_w4a8_moe_mm
from utils import is_hopper
from sglang.jit_kernel.per_tensor_quant_fp8 import per_tensor_quant_fp8
from sglang.kernels.ops.quantization._jit_per_tensor_quant_fp8 import (
per_tensor_quant_fp8,
)
def pack_int4_values_to_int8(int4_values_interleaved: torch.Tensor) -> torch.Tensor: