From 5325cee7ea257df8105a23512ce721807f87f96d Mon Sep 17 00:00:00 2001 From: Polisetty V R K Jyothendra Varma Date: Mon, 20 Jul 2026 07:04:11 +0530 Subject: [PATCH] Bug fix in compress to support XPU (#31541) Co-authored-by: Ma Mingfei --- python/sglang/jit_kernel/dsv4/compress.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/jit_kernel/dsv4/compress.py b/python/sglang/jit_kernel/dsv4/compress.py index ed9e77291..bf82bff04 100644 --- a/python/sglang/jit_kernel/dsv4/compress.py +++ b/python/sglang/jit_kernel/dsv4/compress.py @@ -258,7 +258,6 @@ class CompressorPrefillPlan(NamedTuple): torch.empty((0, 8), dtype=torch.uint8, device=_dev), pin_buffer, ) - module = _jit_compress_plan_module() if _is_xpu: fn = plan_compress_prefill else: