File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ source .ci/scripts/setup-vulkan-linux-deps.sh
25
25
EXTRA_BUILD_ARGS=" -DEXECUTORCH_BUILD_VULKAN=ON"
26
26
27
27
# We need the runner to test the built library.
28
- PYTHON_EXECUTABLE=python CMAKE_ARGS=" $EXTRA_BUILD_ARGS " .ci/scripts/setup-linux.sh --build-tool cmake --build-mode Release
28
+ PYTHON_EXECUTABLE=python CMAKE_ARGS=" $EXTRA_BUILD_ARGS " .ci/scripts/setup-linux.sh --build-tool cmake --build-mode Release --editable true
29
29
30
30
python -m executorch.backends.test.suite.runner $SUITE --flow $FLOW --report " $ARTIFACT_DIR /test_results.csv"
Original file line number Diff line number Diff line change @@ -817,6 +817,10 @@ if(EXECUTORCH_BUILD_PYBIND)
817
817
list (APPEND _dep_libs openvino_backend )
818
818
endif ()
819
819
820
+ if (EXECUTORCH_BUILD_QNN )
821
+ list (APPEND _dep_libs qnn_executorch_backend )
822
+ endif ()
823
+
820
824
if (EXECUTORCH_BUILD_XNNPACK )
821
825
# need to explicitly specify XNNPACK and xnnpack-microkernels-prod here
822
826
# otherwise uses XNNPACK and microkernel-prod symbols from libtorch_cpu
You can’t perform that action at this time.
0 commit comments