Skip to content

Commit e8904bb

Browse files
committed
Unify CUTLASS version
Signed-off-by: kaixih <[email protected]>
1 parent f42cfbd commit e8904bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
247247
SET(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "Enable only the header library")
248248

249249
# Set CUTLASS_REVISION manually -- its revision detection doesn't work in this case.
250-
# Please keep this in sync with FetchContent_Declare line below.
251250
set(CUTLASS_REVISION "v3.8.0" CACHE STRING "CUTLASS revision to use")
252251

253252
# Use the specified CUTLASS source directory for compilation if VLLM_CUTLASS_SRC_DIR is provided
@@ -265,8 +264,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
265264
FetchContent_Declare(
266265
cutlass
267266
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
268-
# Please keep this in sync with CUTLASS_REVISION line above.
269-
GIT_TAG v3.8.0
267+
GIT_TAG ${CUTLASS_REVISION}
270268
GIT_PROGRESS TRUE
271269

272270
# Speed up CUTLASS download by retrieving only the specified GIT_TAG instead of the history.

0 commit comments

Comments
 (0)