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 5394ad7 commit f62cad6Copy full SHA for f62cad6
CMakeLists.txt
@@ -250,7 +250,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
250
SET(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "Enable only the header library")
251
252
# Set CUTLASS_REVISION. Used for FetchContent. Also fixes some bogus messages when building.
253
- set(CUTLASS_REVISION "v3.9.1" CACHE STRING "CUTLASS revision to use")
+ set(CUTLASS_REVISION "v3.9.2" CACHE STRING "CUTLASS revision to use")
254
255
# Use the specified CUTLASS source directory for compilation if VLLM_CUTLASS_SRC_DIR is provided
256
if (DEFINED ENV{VLLM_CUTLASS_SRC_DIR})
0 commit comments