From 07e7603c0cda0e09086b5301a6d0148a778c12ba Mon Sep 17 00:00:00 2001 From: Minglei Zhu Date: Thu, 5 Mar 2026 12:45:25 -0800 Subject: [PATCH] Update sgl-attn to include SWA decode optimizations (#19655) --- sgl-kernel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index 53688ec86..e735e9c2d 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -92,7 +92,7 @@ FetchContent_Populate(repo-flashinfer) FetchContent_Declare( repo-flash-attention GIT_REPOSITORY https://github.com/sgl-project/sgl-attn - GIT_TAG cc75c5c5979a607ad20a6828635646f9841acf01 + GIT_TAG bcf72ccc6816b36a5fae2c5a3c027604629785e0 GIT_SHALLOW OFF ) FetchContent_Populate(repo-flash-attention)