From 930705863f2dabeeb97b8ef5e82744f9c3b4603e Mon Sep 17 00:00:00 2001 From: hlu1 <14827759+hlu1@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:12:19 -0800 Subject: [PATCH] [sgl-kernel] Update flashmla to include fp8 sparse_mla optimizations (#15242) --- 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 c17266af2..c6783ac49 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 be055fb7df0090fde45f08e9cb5b8b4c0272da73 + GIT_TAG b1860dc4949e94241eb38503abd7b62eb62d36f6 GIT_SHALLOW OFF ) FetchContent_Populate(repo-flashmla)