From a2aea59b6e191bcf5dc9fb6c862e5496ca8debd4 Mon Sep 17 00:00:00 2001 From: Zhiqiang Xie Date: Wed, 2 Apr 2025 18:30:30 -0700 Subject: [PATCH] update cutlass tag (#5011) --- sgl-kernel/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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