Skip to content

Commit

Permalink
update cutlass repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Mar 14, 2024
1 parent cb4ea24 commit d33bf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu4pyscf/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ set(CXX_LINK_TEMPLATE "<CMAKE_CXX_COMPILER> <CMAKE_SHARED_LIBRARY_CXX_FLAGS> <LA

option(BUILD_CUTLASS "Using cutlass" ON)
if(BUILD_CUTLASS)
include(FetchContent)
include(Fetch)
FetchContent_Declare(
cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass.git
GIT_REPOSITORY "https://github.com/NVIDIA/cutlass"
GIT_TAG v3.4.0
)
# FetchContent_MakeAvailable(cutlass) # this command leads to building cutlass which we don't want
Expand Down

0 comments on commit d33bf6e

Please sign in to comment.