Skip to content

Commit 54f8b1b

Browse files
xiezhq-hermannjimoosciuc
authored andcommitted
fix deepgemm as well (sgl-project#5030)
1 parent fdb7a7c commit 54f8b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sgl-kernel/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ FetchContent_Populate(repo-cutlass)
3737
FetchContent_Declare(
3838
repo-deepgemm
3939
GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM
40-
GIT_TAG c57699ac933a93651c34d365797c2d8b41a4765b
41-
GIT_SHALLOW ON
40+
GIT_TAG c187c23ba8dcdbad91720737e8be9c43700cb9e9
41+
GIT_SHALLOW OFF
4242
)
4343
FetchContent_Populate(repo-deepgemm)
4444
# flashinfer

0 commit comments

Comments
 (0)