Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sgl-kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading