We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ea1e commit dc8380bCopy full SHA for dc8380b
CMakeLists.txt
@@ -192,6 +192,10 @@ set(VLLM_EXT_SRC
192
193
if(VLLM_GPU_LANG STREQUAL "CUDA")
194
SET(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "Enable only the header library")
195
+
196
+ # Set CUTLASS_REVISION manually -- its revision detection doesn't work in this case.
197
+ set(CUTLASS_REVISION "v3.5.1" CACHE STRING "CUTLASS revision to use")
198
199
FetchContent_Declare(
200
cutlass
201
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
0 commit comments