Skip to content

Commit f62cad6

Browse files
authored
[Build/CI] Upgrade CUTLASS to 3.9.2 (vllm-project#17641)
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
1 parent 5394ad7 commit f62cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
250250
SET(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "Enable only the header library")
251251

252252
# Set CUTLASS_REVISION. Used for FetchContent. Also fixes some bogus messages when building.
253-
set(CUTLASS_REVISION "v3.9.1" CACHE STRING "CUTLASS revision to use")
253+
set(CUTLASS_REVISION "v3.9.2" CACHE STRING "CUTLASS revision to use")
254254

255255
# Use the specified CUTLASS source directory for compilation if VLLM_CUTLASS_SRC_DIR is provided
256256
if (DEFINED ENV{VLLM_CUTLASS_SRC_DIR})

0 commit comments

Comments
 (0)