Skip to content

Commit 3a4a073

Browse files
committed
Add new directory tir/contrib/ethosu to cmake build
Change-Id: I3e9f24adfe992ace4e03238a18a8378b03257e1a
1 parent 9a592bc commit 3a4a073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/modules/contrib/EthosU.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ if(USE_ETHOSU)
1919
tvm_file_glob(GLOB COMPILER_ETHOSU_SRCS
2020
src/relay/backend/contrib/ethosu/*
2121
src/contrib/ethosu/cascader/*
22-
src/contrib/ethosu/cascader/parts/*)
22+
src/contrib/ethosu/cascader/parts/*
23+
src/tir/contrib/ethosu/*)
2324
list(APPEND COMPILER_SRCS ${COMPILER_ETHOSU_SRCS})
2425
else()
2526
# Keeping just utils.cc because it has Object definitions

0 commit comments

Comments
 (0)