[Fix] Fix accuracy bug in Flashmla sparse MLA kernel (#22723)

This commit is contained in:
Baizhou Zhang
2026-04-15 13:40:04 -07:00
committed by GitHub
parent 28e915b474
commit 113d654152
+1 -1
View File
@@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
repo-flashmla repo-flashmla
GIT_REPOSITORY https://github.com/sgl-project/FlashMLA GIT_REPOSITORY https://github.com/sgl-project/FlashMLA
GIT_TAG 9804b12079e4c873514d3457aa588d3ccf40da28 GIT_TAG abb54777d4e08c8054c238f59889b52d4e9f0896
GIT_SHALLOW OFF GIT_SHALLOW OFF
) )
FetchContent_Populate(repo-flashmla) FetchContent_Populate(repo-flashmla)