File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
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_COREML=ON -DEXECUTORCH_BUILD_MPS=ON -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 @@ -16,13 +16,16 @@ addopts =
16
16
sdk/etdump
17
17
sdk/etrecord
18
18
sdk/inspector
19
+ # examples
20
+ examples/portable/test
19
21
# exir
22
+ exir/_serialize/test
20
23
exir/backend/test/test_graph_partition.py
21
24
exir/backend/test/test_backends_nested.py
22
25
exir/backend/test/test_debug_handle_map.py
23
26
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
27
+ exir/dialects/edge/test
28
+ exir/dialects/test
26
29
exir/tests/test_arg_validator.py
27
30
exir/tests/test_capture.py
28
31
exir/tests/test_delegate.py
You can’t perform that action at this time.
0 commit comments