From 65c098592d03ac7776425a8d9a1e1488ef6e7db6 Mon Sep 17 00:00:00 2001 From: Fan Yin <1106310035@qq.com> Date: Fri, 19 Dec 2025 16:20:24 +0800 Subject: [PATCH] [sgl-kernel] chore: update deepgemm version (#13402) --- 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 5fe330e9a..557b82510 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -56,7 +56,7 @@ FetchContent_Populate(repo-cutlass) FetchContent_Declare( repo-deepgemm GIT_REPOSITORY https://github.com/sgl-project/DeepGEMM - GIT_TAG ffe2b6b97420a9f8c58268ca55755168e6e2f360 + GIT_TAG 54f99a8af537b3c6eb4819b69907ccbe2b600792 GIT_SHALLOW OFF ) FetchContent_Populate(repo-deepgemm)