diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index cd5aa5786..95bf67322 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -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)