File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,10 @@ set_up_aot() {
4242 -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
4343 -DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
4444 -DPYTHON_EXECUTABLE=python3
45- cmake --build $PWD --target " PyQnnManagerAdaptor" " PyQnnWrapperAdaptor " -j$( nproc)
45+ cmake --build $PWD --target " PyQnnManagerAdaptor" -j$( nproc)
4646 # install Python APIs to correct import path
4747 # The filename might vary depending on your Python and host version.
4848 cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT /backends/qualcomm/python
49- cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT /backends/qualcomm/python
5049 popd
5150
5251 # Workaround for fbs files in exir/_serialize
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ if [[ "${MODE}" =~ .*qnn.* ]]; then
130130 cp schema/program.fbs exir/_serialize/program.fbs
131131 cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs
132132 cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python
133- cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python
134133
135134else
136135 QNN=OFF
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export PYTHONPATH=".."
2121cp schema/program.fbs exir/_serialize/program.fbs
2222cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs
2323cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python
24- cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python
2524
2625if [[ -z " ${PYTHON_EXECUTABLE:- } " ]]; then
2726 PYTHON_EXECUTABLE=python3
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export PYTHONPATH=".."
2626cp schema/program.fbs exir/_serialize/program.fbs
2727cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs
2828cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python
29- cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python
3029
3130if [[ -z " ${PYTHON_EXECUTABLE:- } " ]]; then
3231 PYTHON_EXECUTABLE=python3
You can’t perform that action at this time.
0 commit comments