Skip to content

Commit 6f288ee

Browse files
committed
try build quantized
1 parent 3892bb3 commit 6f288ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/_unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Setup MacOS dependencies as there is no Docker support on MacOS atm
3838
PYTHON_EXECUTABLE=python \
3939
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" \
4141
.ci/scripts/setup-linux.sh "${BUILD_TOOL}"
4242
4343
# Run pytest with coverage
@@ -64,7 +64,7 @@ jobs:
6464
# Setup MacOS dependencies as there is no Docker support on MacOS atm
6565
PYTHON_EXECUTABLE=python \
6666
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" \
6868
${CONDA_RUN} --no-capture-output \
6969
.ci/scripts/setup-macos.sh "${BUILD_TOOL}"
7070

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ addopts =
1616
sdk/etdump
1717
sdk/etrecord
1818
sdk/inspector
19+
# examples
20+
examples/portable/test
1921
# exir
2022
exir/_serialize/test
2123
exir/backend/test/test_graph_partition.py

0 commit comments

Comments
 (0)