File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments