Skip to content

Commit ab2e577

Browse files
committed
Unable to register ethos U backend
1 parent 86ec163 commit ab2e577

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

modules/executorch/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ else()
8686
set(EXECUTORCH_BUILD_CORTEX_M OFF)
8787
set(EXECUTORCH_BUILD_XNNPACK OFF)
8888
endif()
89+
set(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
8990

9091
# Suppress noisy ABI warnings from GCC that are not relevant when building
9192
# from source.

samples/modules/executorch/arm/hello_world/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ endif()
7979
target_link_libraries(app PRIVATE
8080
libexecutorch
8181
${EXECUTORCH_OPS_LIB}
82+
executorch_delegate_ethos_u
83+
portable_kernels
8284
)
8385

8486
# Add include directory for generated headers

0 commit comments

Comments
 (0)