File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ if $STEPWISE_BUILD; then
4040 -DCMAKE_TOOLCHAIN_FILE=/home/zonglinpeng/ws/zonglinpeng/executorch/backends/cadence/cadence.cmake \
4141 -DCMAKE_INSTALL_PREFIX=cmake-out \
4242 -DCMAKE_BUILD_TYPE=Release \
43+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
4344 -DEXECUTORCH_BUILD_PTHREADPOOL=OFF \
4445 -DEXECUTORCH_BUILD_CADENCE=ON \
4546 -DEXECUTORCH_ENABLE_LOGGING=ON \
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ if $STEPWISE_BUILD; then
3939 -DCMAKE_TOOLCHAIN_FILE=./backends/cadence/cadence.cmake \
4040 -DCMAKE_INSTALL_PREFIX=cmake-out \
4141 -DCMAKE_BUILD_TYPE=Release \
42+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
4243 -DEXECUTORCH_BUILD_PTHREADPOOL=OFF \
4344 -DEXECUTORCH_BUILD_CADENCE=ON \
4445 -DEXECUTORCH_ENABLE_LOGGING=ON \
You can’t perform that action at this time.
0 commit comments