File tree Expand file tree Collapse file tree 8 files changed +0
-9
lines changed
backends/qualcomm/scripts Expand file tree Collapse file tree 8 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ set_up_aot() {
33
33
-DEXECUTORCH_BUILD_DEVTOOLS=ON \
34
34
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
35
35
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
36
- -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
37
36
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
38
37
-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
39
38
-DPYTHON_EXECUTABLE=python3
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ cmake -DPYTHON_EXECUTABLE=python \
30
30
-DCMAKE_BUILD_TYPE=Release \
31
31
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
32
32
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
33
- -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
34
33
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
35
34
-DEXECUTORCH_BUILD_XNNPACK=OFF \
36
35
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ EXECUTORCH_COMMON_CMAKE_ARGS=" \
37
37
-DEXECUTORCH_ENABLE_LOGGING=ON \
38
38
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
39
39
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
40
- -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
41
40
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
42
41
-DEXECUTORCH_BUILD_KERNELS_LLM=ON \
43
42
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
Original file line number Diff line number Diff line change @@ -609,7 +609,6 @@ jobs:
609
609
-DEXECUTORCH_ENABLE_LOGGING=1 \
610
610
-DCMAKE_BUILD_TYPE=Release \
611
611
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
612
- -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
613
612
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
614
613
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
615
614
-DEXECUTORCH_BUILD_XNNPACK=ON \
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ if [ "$BUILD_AARCH64" = true ]; then
82
82
-DEXECUTORCH_BUILD_DEVTOOLS=ON \
83
83
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
84
84
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
85
- -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
86
85
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
87
86
-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
88
87
-DQNN_SDK_ROOT=$QNN_SDK_ROOT \
@@ -130,7 +129,6 @@ if [ "$BUILD_X86_64" = true ]; then
130
129
-DEXECUTORCH_BUILD_DEVTOOLS=ON \
131
130
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
132
131
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
133
- -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
134
132
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
135
133
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
136
134
-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ set_overridable_option(EXECUTORCH_XNNPACK_SHARED_WORKSPACE ON)
20
20
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_APPLE ON )
21
21
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
22
22
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_MODULE ON )
23
- set_overridable_option (EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON )
24
23
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_TENSOR ON )
25
24
set_overridable_option (EXECUTORCH_BUILD_KERNELS_LLM ON )
26
25
set_overridable_option (EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON )
Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ check_required_options_on(
302
302
EXECUTORCH_BUILD_EXTENSION_MODULE
303
303
REQUIRES
304
304
EXECUTORCH_BUILD_EXTENSION_DATA_LOADER
305
- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR
306
305
)
307
306
308
307
check_required_options_on (
Original file line number Diff line number Diff line change 6
6
7
7
# keep sorted
8
8
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
9
- set_overridable_option (EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON )
10
9
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_MODULE ON )
11
10
set_overridable_option (EXECUTORCH_BUILD_EXTENSION_TENSOR ON )
12
11
set_overridable_option (EXECUTORCH_BUILD_KERNELS_LLM ON )
You can’t perform that action at this time.
0 commit comments