From 3ebb8db01a48ecde9e461a6673cec8060b252f87 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 27 Apr 2022 17:58:37 +0800 Subject: [PATCH] feat(third_party/cutlass): update to version 2.8 GitOrigin-RevId: 9de584b3b8df4d97fae2bee5a56f87215dcff580 --- dnn/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dnn/CMakeLists.txt b/dnn/CMakeLists.txt index dfa4a97ab..aaccea268 100644 --- a/dnn/CMakeLists.txt +++ b/dnn/CMakeLists.txt @@ -54,7 +54,9 @@ if(MGE_WITH_CUDA) add_library(cutlass INTERFACE) target_include_directories( cutlass - INTERFACE $) + INTERFACE + $ + $) endif() if(MGE_WITH_TEST) -- GitLab