From f62cad6431e2bce91c033c74e20835c8e0c9b288 Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Sun, 4 May 2025 22:23:17 -0400 Subject: [PATCH] [Build/CI] Upgrade CUTLASS to 3.9.2 (#17641) Signed-off-by: Tyler Michael Smith --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d530646cd78bd..8012c23346288 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,7 +250,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA") SET(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "Enable only the header library") # Set CUTLASS_REVISION. Used for FetchContent. Also fixes some bogus messages when building. - set(CUTLASS_REVISION "v3.9.1" CACHE STRING "CUTLASS revision to use") + set(CUTLASS_REVISION "v3.9.2" CACHE STRING "CUTLASS revision to use") # Use the specified CUTLASS source directory for compilation if VLLM_CUTLASS_SRC_DIR is provided if (DEFINED ENV{VLLM_CUTLASS_SRC_DIR})