[Bugfix] Avoid some bogus messages RE CUTLASS's revision when building (#8702)

This commit is contained in:
Tyler Michael Smith 2024-09-22 22:24:59 -04:00 committed by GitHub
parent 92ba7e7477
commit 3dda7c2250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,10 @@ set(VLLM_EXT_SRC
if(VLLM_GPU_LANG STREQUAL "CUDA")
SET(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "Enable only the header library")
# Set CUTLASS_REVISION manually -- its revision detection doesn't work in this case.
set(CUTLASS_REVISION "v3.5.1" CACHE STRING "CUTLASS revision to use")
FetchContent_Declare(
cutlass
GIT_REPOSITORY https://github.com/nvidia/cutlass.git