diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index e4d03f133..259baee50 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -29,8 +29,8 @@ include(FetchContent) FetchContent_Declare( repo-cutlass GIT_REPOSITORY https://github.com/NVIDIA/cutlass - GIT_TAG 62750a2b75c802660e4894434dc55e839f322277 - GIT_SHALLOW ON + GIT_TAG 6f4921858b3bb0a82d7cbeb4e499690e9ae60d16 + GIT_SHALLOW OFF ) FetchContent_Populate(repo-cutlass) # DeepGEMM