From 213e8c7dd50956a5fe21084b4dfa53348fc55d8b Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 11 May 2025 02:17:24 -0700 Subject: [PATCH] chore: upgrade deepgemm (#6073) --- 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 05d14b6b3..300830f1c 100755 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -53,7 +53,7 @@ FetchContent_Populate(repo-cutlass) FetchContent_Declare( repo-deepgemm GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM - GIT_TAG 4499c4ccbb5d3958b1a069f29ef666156a121278 + GIT_TAG d75b218b7b8f4a5dd5406ac87905039ead3ae42f GIT_SHALLOW OFF ) FetchContent_Populate(repo-deepgemm)