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
40
40
-DCMAKE_TOOLCHAIN_FILE=/home/zonglinpeng/ws/zonglinpeng/executorch/backends/cadence/cadence.cmake \
41
41
-DCMAKE_INSTALL_PREFIX=cmake-out \
42
42
-DCMAKE_BUILD_TYPE=Release \
43
+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
43
44
-DEXECUTORCH_BUILD_PTHREADPOOL=OFF \
44
45
-DEXECUTORCH_BUILD_CADENCE=ON \
45
46
-DEXECUTORCH_ENABLE_LOGGING=ON \
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ if $STEPWISE_BUILD; then
39
39
-DCMAKE_TOOLCHAIN_FILE=./backends/cadence/cadence.cmake \
40
40
-DCMAKE_INSTALL_PREFIX=cmake-out \
41
41
-DCMAKE_BUILD_TYPE=Release \
42
+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
42
43
-DEXECUTORCH_BUILD_PTHREADPOOL=OFF \
43
44
-DEXECUTORCH_BUILD_CADENCE=ON \
44
45
-DEXECUTORCH_ENABLE_LOGGING=ON \
You can’t perform that action at this time.
0 commit comments