Skip to content

Commit

Permalink
[Bugfix][CI/Build] Fix CUTLASS FetchContent (#7171)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrmchlsmth authored Aug 5, 2024
1 parent 6e4852c commit 4cf1dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
# CUTLASS 3.5.1
GIT_TAG 06b21349bcf6ddf6a1686a47a137ad1446579db9
# Shallow clone with depth 1
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(cutlass)
Expand Down

0 comments on commit 4cf1dc3

Please sign in to comment.