From 491f4fe8e165add951b32de3f5343a098a8f2485 Mon Sep 17 00:00:00 2001 From: Sulfur6-L8972 Date: Tue, 2 Dec 2025 01:01:22 +0800 Subject: [PATCH] Modify git tag for DeepGemm in sgl-kernel. (#14179) --- 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 7b5d857a4..3dafcfb19 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 f4adba8a6695e635b0106ce3dae3202016ad0ee5 + GIT_TAG ffe2b6b97420a9f8c58268ca55755168e6e2f360 GIT_SHALLOW OFF ) FetchContent_Populate(repo-deepgemm)