File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ libextension_module.a,\
3030libextension_tensor.a,\
3131:$HEADERS_RELATIVE_PATH :ExecuTorch"
3232
33+ FRAMEWORK_THREADPOOL=" threadpool:\
34+ libcpuinfo.a,\
35+ libextension_threadpool.a,\
36+ libpthreadpool.a,\
37+ :"
38+
3339FRAMEWORK_BACKEND_COREML=" backend_coreml:\
3440libcoreml_util.a,\
3541libcoreml_inmemoryfs.a,\
@@ -42,9 +48,6 @@ libmpsdelegate.a,\
4248
4349FRAMEWORK_BACKEND_XNNPACK=" backend_xnnpack:\
4450libXNNPACK.a,\
45- libcpuinfo.a,\
46- libextension_threadpool.a,\
47- libpthreadpool.a,\
4851libxnnpack_backend.a,\
4952libmicrokernels-prod.a,\
5053:"
@@ -57,6 +60,7 @@ FRAMEWORK_KERNELS_OPTIMIZED="kernels_optimized:\
5760libcpublas.a,\
5861liboptimized_kernels.a,\
5962liboptimized_native_cpu_ops_lib.a,\
63+ libportable_kernels.a,\
6064:"
6165
6266FRAMEWORK_KERNELS_PORTABLE=" kernels_portable:\
@@ -226,6 +230,7 @@ for mode in "${MODES[@]}"; do
226230 done
227231
228232 append_framework_flag " " " $FRAMEWORK_EXECUTORCH " " $mode "
233+ append_framework_flag " " " $FRAMEWORK_THREADPOOL " " $mode "
229234 append_framework_flag " EXECUTORCH_BUILD_COREML" " $FRAMEWORK_BACKEND_COREML " " $mode "
230235 append_framework_flag " EXECUTORCH_BUILD_MPS" " $FRAMEWORK_BACKEND_MPS " " $mode "
231236 append_framework_flag " EXECUTORCH_BUILD_XNNPACK" " $FRAMEWORK_BACKEND_XNNPACK " " $mode "
You can’t perform that action at this time.
0 commit comments