Skip to content

Commit

Permalink
[Bugfix] Avoid some bogus messages RE CUTLASS's revision when building (
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrmchlsmth authored Sep 23, 2024
1 parent 92ba7e7 commit 3dda7c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dda7c2

Please sign in to comment.