Commit e7ec913
authored
Delete executorch_print_configuration_summary (#10806)
### Summary
Now that we automatically announce the configurations, we don't need
this anymore.
### Test plan
```
$ ./scripts/build_apple_frameworks.sh
-- --- Configurated Options ---
-- CMAKE_CXX_STANDARD : 17
-- CMAKE_BUILD_TYPE : Release
-- CMAKE_CXX_COMPILER_ID : AppleClang
-- CMAKE_TOOLCHAIN_FILE : /Users/jathu/executorch/third-party/ios-cmake/ios.toolchain.cmake
-- BUCK2 x (unset)
-- PYTHON_EXECUTABLE : /Users/jathu/executorch/.venv/bin/python3
-- EXECUTORCH_ENABLE_LOGGING : OFF
-- EXECUTORCH_BUILD_COREML : OFF
-- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024
-- EXECUTORCH_PAL_DEFAULT : posix
-- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /Users/jathu/executorch/runtime/platform/default/posix.cpp
-- EXECUTORCH_LOG_LEVEL : Info
-- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF
-- EXECUTORCH_ENABLE_EVENT_TRACER : OFF
-- EXECUTORCH_OPTIMIZE_SIZE : OFF
-- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF
-- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF
-- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF
-- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON
-- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF
-- EXECUTORCH_BUILD_EXTENSION_LLM : OFF
-- EXECUTORCH_BUILD_EXTENSION_MODULE : ON
-- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF
-- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON
-- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF
-- EXECUTORCH_BUILD_MPS : OFF
-- EXECUTORCH_BUILD_NEURON : OFF
-- EXECUTORCH_BUILD_OPENVINO : OFF
-- EXECUTORCH_BUILD_PYBIND : OFF
-- EXECUTORCH_BUILD_QNN : OFF
-- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF
-- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF
-- EXECUTORCH_BUILD_DEVTOOLS : OFF
-- EXECUTORCH_BUILD_TESTS : OFF
-- EXECUTORCH_NNLIB_OPT : OFF
-- EXECUTORCH_CADENCE_CPU_RUNNER : OFF
-- EXECUTORCH_BUILD_SIZE_TEST : OFF
-- EXECUTORCH_BUILD_XNNPACK : OFF
-- EXECUTORCH_BUILD_VULKAN : OFF
-- EXECUTORCH_BUILD_PORTABLE_OPS : ON
-- EXECUTORCH_USE_DL : ON
-- EXECUTORCH_BUILD_CADENCE : OFF
-- EXECUTORCH_BUILD_CORTEX_M : OFF
-- EXECUTORCH_BUILD_GFLAGS : ON
-- EXECUTORCH_BUILD_PTHREADPOOL : ON
-- EXECUTORCH_BUILD_CPUINFO : ON
-- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF
-- ---------------------------
```
cc @larryliu08201 parent e71b3aa commit e7ec913
File tree
7 files changed
+20
-37
lines changed- examples
- models
- llama
- llava
- selective_build
- test
- tools/cmake
- common
7 files changed
+20
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
| |||
63 | 78 | | |
64 | 79 | | |
65 | 80 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| |||
712 | 719 | | |
713 | 720 | | |
714 | 721 | | |
715 | | - | |
716 | | - | |
717 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 21 | | |
35 | 22 | | |
36 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments