From c0a4408f780bc60be13c78b8217fb6b8899a4b73 Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Wed, 18 Mar 2026 17:06:15 +0800 Subject: [PATCH] [AMD] Fix dpsk-v32 accuracy issue on mi355 (#20840) --- python/sglang/srt/layers/quantization/fp8_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/srt/layers/quantization/fp8_utils.py b/python/sglang/srt/layers/quantization/fp8_utils.py index 0bdecef0a..395549abe 100755 --- a/python/sglang/srt/layers/quantization/fp8_utils.py +++ b/python/sglang/srt/layers/quantization/fp8_utils.py @@ -68,6 +68,7 @@ def use_aiter_triton_gemm_w8a8_tuned_gfx950(n: int, k: int) -> bool: (4608, 7168), (512, 7168), (7168, 2048), + (7168, 2304), (7168, 16384), (7168, 256), (8192, 1024),