File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ if [[ "$TEST_WITH_RUNNER" -eq 1 ]]; then
129
129
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
130
130
-DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
131
131
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
132
+ -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
132
133
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
133
134
-DEXECUTORCH_BUILD_XNNPACK=ON \
134
135
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ cmake_install_executorch_libraries() {
119
119
-DEXECUTORCH_BUILD_XNNPACK=" $XNNPACK " \
120
120
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
121
121
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
122
+ -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
123
+ -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
122
124
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
123
125
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
124
126
-B" ${build_dir} "
@@ -131,6 +133,8 @@ cmake_install_executorch_libraries() {
131
133
-DEXECUTORCH_BUILD_XNNPACK=" $XNNPACK " \
132
134
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
133
135
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
136
+ -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
137
+ -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
134
138
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
135
139
-DEXECUTORCH_ENABLE_LOGGING=ON \
136
140
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
Original file line number Diff line number Diff line change @@ -851,6 +851,7 @@ jobs:
851
851
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
852
852
-DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
853
853
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
854
+ -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
854
855
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
855
856
-DEXECUTORCH_BUILD_XNNPACK=ON \
856
857
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
You can’t perform that action at this time.
0 commit comments