Skip to content

Commit 43b03f6

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
migrate cadence cpu executor to use the existing ET sample (#5644)
Summary: Pull Request resolved: #5644 we dont need to maintain our own copy anymore Reviewed By: hsharma35, mcremon-meta Differential Revision: D63344194 fbshipit-source-id: 976dcca2fc698e6d4871700904c1c7816b803fc7
1 parent 1fedffc commit 43b03f6

File tree

4 files changed

+3
-336
lines changed

4 files changed

+3
-336
lines changed

backends/cadence/cadence_runner/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ find_package(
4444
gflags REQUIRED PATHS ${CMAKE_CURRENT_BINARY_DIR}/../../../third-party
4545
)
4646

47-
add_executable(cadence_runner cadence_runner.cpp)
47+
add_executable(cadence_runner
48+
${EXECUTORCH_ROOT}/examples/devtools/example_runner/example_runner.cpp
49+
)
4850
target_compile_options(executorch INTERFACE -DET_EVENT_TRACER_ENABLED)
4951

5052
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/operators)

backends/cadence/cadence_runner/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

backends/cadence/cadence_runner/cadence_runner.cpp

Lines changed: 0 additions & 298 deletions
This file was deleted.

backends/cadence/cadence_runner/targets.bzl

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)