Skip to content

Commit

Permalink
conflict with main
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfucn committed Jan 30, 2024
1 parent 423aa1f commit 40de1a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/external/cutlass.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include(FetchContent)
FetchContent_Declare(
cutlass
URL ${DEP_URL_cutlass}
URL_HASH SHA1=${DEP_SHA1_cutlass}
cutlass
URL ${DEP_URL_cutlass}
URL_HASH SHA1=${DEP_SHA1_cutlass}
)

FetchContent_GetProperties(cutlass)
Expand Down

0 comments on commit 40de1a1

Please sign in to comment.