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 @@ -43,7 +43,7 @@ include(FetchContent)
FetchContent_Declare(
repo-cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass
GIT_TAG df8a550d3917b0e97f416b2ed8c2d786f7f686a3
GIT_TAG 5e497243f7ad13a2aa842143f9b10bbb23d98292
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-cutlass)
Expand Down
Loading