From 39cee0fed24c5005db99a1bd5825cddaef3e1c00 Mon Sep 17 00:00:00 2001 From: Fan Yin <1106310035@qq.com> Date: Thu, 30 Oct 2025 22:19:00 +0800 Subject: [PATCH] [sgl-kernel] upd deepgemm hash to rebased commit (#11960) --- 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 e0d42a0a6..c88aa9650 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 4d23df0a07b057fbb4a44ff8666e528a600feb5e + GIT_TAG f4adba8a6695e635b0106ce3dae3202016ad0ee5 GIT_SHALLOW OFF ) FetchContent_Populate(repo-deepgemm)