From 85ec0440a57a5eebc0749657ee28c2d304a0470d Mon Sep 17 00:00:00 2001 From: Elfie Guo <164945471+elfiegg@users.noreply.github.com> Date: Tue, 15 Apr 2025 23:28:04 -0700 Subject: [PATCH] Update cutlass dependency. (#5447) --- sgl-kernel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)