File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 37
37
# Setup MacOS dependencies as there is no Docker support on MacOS atm
38
38
PYTHON_EXECUTABLE=python \
39
39
EXECUTORCH_BUILD_PYBIND=ON \
40
- EXECUTORCH_BUILD_XNNPACK=ON \
40
+ CMAKE_ARGS="-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON" \
41
41
.ci/scripts/setup-linux.sh "${BUILD_TOOL}"
42
42
43
43
# Run pytest with coverage
64
64
# Setup MacOS dependencies as there is no Docker support on MacOS atm
65
65
PYTHON_EXECUTABLE=python \
66
66
EXECUTORCH_BUILD_PYBIND=ON \
67
- CMAKE_ARGS="-DEXECUTORCH_BUILD_COREML=ON -DEXECUTORCH_BUILD_MPS=ON -DEXECUTORCH_BUILD_XNNPACK=ON" \
67
+ CMAKE_ARGS="-DEXECUTORCH_BUILD_COREML=ON -DEXECUTORCH_BUILD_MPS=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON " \
68
68
${CONDA_RUN} --no-capture-output \
69
69
.ci/scripts/setup-macos.sh "${BUILD_TOOL}"
70
70
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ addopts =
17
17
sdk/etrecord
18
18
sdk/inspector
19
19
# exir
20
+ exir/_serialize/test
20
21
exir/backend/test/test_graph_partition.py
21
22
exir/backend/test/test_backends_nested.py
22
23
exir/backend/test/test_debug_handle_map.py
23
24
exir/backend/test/test_delegate_map_builder.py
24
- exir/dialects/edge/test/test_edge_ops.py
25
- exir/dialects/test/test_exir_dialect_ops.py
25
+ exir/dialects/edge/test
26
+ exir/dialects/test
26
27
exir/tests/test_arg_validator.py
27
28
exir/tests/test_capture.py
28
29
exir/tests/test_delegate.py
@@ -32,7 +33,7 @@ addopts =
32
33
exir/tests/test_pass_infra.py
33
34
exir/tests/test_tensor.py
34
35
# kernels/
35
- kernels/prim_ops/test/prim_ops_test.py
36
+ kernels/prim_ops/test
36
37
kernels/test/test_case_gen.py
37
38
# backends/arm
38
39
backends/arm/test
You can’t perform that action at this time.
0 commit comments