Unverified Commit f62cad64 authored by Tyler Michael Smith's avatar Tyler Michael Smith Committed by GitHub
Browse files

[Build/CI] Upgrade CUTLASS to 3.9.2 (#17641)


Signed-off-by: default avatarTyler Michael Smith <tyler@neuralmagic.com>
parent 5394ad73
......@@ -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})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment