We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a592bc commit 3a4a073Copy full SHA for 3a4a073
cmake/modules/contrib/EthosU.cmake
@@ -19,7 +19,8 @@ if(USE_ETHOSU)
19
tvm_file_glob(GLOB COMPILER_ETHOSU_SRCS
20
src/relay/backend/contrib/ethosu/*
21
src/contrib/ethosu/cascader/*
22
- src/contrib/ethosu/cascader/parts/*)
+ src/contrib/ethosu/cascader/parts/*
23
+ src/tir/contrib/ethosu/*)
24
list(APPEND COMPILER_SRCS ${COMPILER_ETHOSU_SRCS})
25
else()
26
# Keeping just utils.cc because it has Object definitions
0 commit comments