From 113d654152cd7c4992e3e8610b44385cf6061753 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Wed, 15 Apr 2026 13:40:04 -0700 Subject: [PATCH] [Fix] Fix accuracy bug in Flashmla sparse MLA kernel (#22723) --- sgl-kernel/cmake/flashmla.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-kernel/cmake/flashmla.cmake b/sgl-kernel/cmake/flashmla.cmake index d52aadf3f..935cb21a3 100644 --- a/sgl-kernel/cmake/flashmla.cmake +++ b/sgl-kernel/cmake/flashmla.cmake @@ -4,7 +4,7 @@ include(FetchContent) FetchContent_Declare( repo-flashmla GIT_REPOSITORY https://github.com/sgl-project/FlashMLA - GIT_TAG 9804b12079e4c873514d3457aa588d3ccf40da28 + GIT_TAG abb54777d4e08c8054c238f59889b52d4e9f0896 GIT_SHALLOW OFF ) FetchContent_Populate(repo-flashmla)