[Bugfix][CI/Build] Fix CUTLASS FetchContent (#7171)
This commit is contained in:
parent
6e4852ce28
commit
4cf1dc39be
@ -195,8 +195,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
|
|||||||
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
|
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
|
||||||
# CUTLASS 3.5.1
|
# CUTLASS 3.5.1
|
||||||
GIT_TAG 06b21349bcf6ddf6a1686a47a137ad1446579db9
|
GIT_TAG 06b21349bcf6ddf6a1686a47a137ad1446579db9
|
||||||
# Shallow clone with depth 1
|
|
||||||
GIT_SHALLOW TRUE
|
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(cutlass)
|
FetchContent_MakeAvailable(cutlass)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user