From a8edafff7cf4a8096437141bd43c00a42faa230b Mon Sep 17 00:00:00 2001 From: lixiufei-leo Date: Mon, 7 Sep 2026 15:36:15 +0800 Subject: [PATCH] [AMD][gfx95] DSV4 wo_b (dp-attention): route to tuned bpreshuffle GEMM instead of triton (#38227) Co-authored-by: lixiufei-leo --- python/sglang/srt/layers/quantization/fp8_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/layers/quantization/fp8_utils.py b/python/sglang/srt/layers/quantization/fp8_utils.py index e924d646c..e5a60f25f 100755 --- a/python/sglang/srt/layers/quantization/fp8_utils.py +++ b/python/sglang/srt/layers/quantization/fp8_utils.py @@ -183,7 +183,6 @@ def use_aiter_triton_gemm_w8a8_tuned_gfx950(n: int, k: int) -> bool: (512, 7168), (7168, 2048), (7168, 2304), - (7168, 16384), (7168, 256), (8192, 1024), (8192, 32768),