From 148d8d485d71021a9bfc3141baf2129c09abf408 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 5 Oct 2025 13:47:36 -0700 Subject: [PATCH] Update DeepGEMM repository tag to specific commit (#11229) --- 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 9c5842260..f3a6a94fb 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -55,7 +55,7 @@ FetchContent_Populate(repo-cutlass) FetchContent_Declare( repo-deepgemm GIT_REPOSITORY https://github.com/sgl-project/DeepGEMM - GIT_TAG sgl + GIT_TAG 4d23df0a07b057fbb4a44ff8666e528a600feb5e GIT_SHALLOW OFF ) FetchContent_Populate(repo-deepgemm)