Skip to content

Commit

Permalink
auto format by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oneflow-ci-bot committed Sep 2, 2023
1 parent 0fff5e0 commit 418598e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/third_party/cutlass-extension.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if(WITH_CUTLASS_EXTENSION)
set(CUTLASS_EXTENSION_INCLUDE_DIR ${CUTLASS_EXTENSION_INSTALL_DIR}/include CACHE PATH "" FORCE)
set(CUTLASS_EXTENSION_LIBRARY_DIR ${CUTLASS_EXTENSION_INSTALL_DIR}/lib CACHE PATH "" FORCE)
set(CUTLASS_EXTENSION_LIBRARIES ${CUTLASS_EXTENSION_LIBRARY_DIR}/libcutlass_extension.so)
set(CUTLASS_EXTENSION_SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/cutlass-extension/src/cutlass-extension/)
set(CUTLASS_EXTENSION_SOURCE_DIR
${CMAKE_CURRENT_BINARY_DIR}/cutlass-extension/src/cutlass-extension/)
set(CUTLASS_SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/cutlass/src/cutlass)

foreach(arch ${CUDA_REAL_ARCHS_LIST})
Expand Down Expand Up @@ -53,8 +54,7 @@ if(WITH_CUTLASS_EXTENSION)
-DCUTLASS_LIBRARY_DEBUG_POSTFIX:STRING=
-DCUTLASS_NVCC_EMBED_PTX:BOOL=OFF
-DCUTLASS_DIR:STRING=${CUTLASS_SOURCE_DIR}
DEPENDS cutlass
)
DEPENDS cutlass)

endif(THIRD_PARTY)
endif(WITH_CUTLASS_EXTENSION)

0 comments on commit 418598e

Please sign in to comment.