File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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,6 +16,8 @@ addopts =
16
16
sdk/etdump
17
17
sdk/etrecord
18
18
sdk/inspector
19
+ # examples
20
+ examples/portable/test
19
21
# exir
20
22
exir/_serialize/test
21
23
exir/backend/test/test_graph_partition.py
You can’t perform that action at this time.
0 commit comments