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)