Browse Source

feat(third_party/cutlass): update to version 2.8

GitOrigin-RevId: 9de584b3b8
release-1.10
Megvii Engine Team 3 years ago
parent
commit
3ebb8db01a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      dnn/CMakeLists.txt

+ 3
- 1
dnn/CMakeLists.txt View File

@@ -54,7 +54,9 @@ if(MGE_WITH_CUDA)
add_library(cutlass INTERFACE)
target_include_directories(
cutlass
INTERFACE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third_party/cutlass/include>)
INTERFACE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third_party/cutlass/include>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third_party/cutlass/tools/util/include>)
endif()

if(MGE_WITH_TEST)


Loading…
Cancel
Save