File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
backends/qualcomm/scripts Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ if [[ "$FLOW" == *qnn* ]]; then
3131 # cleaned up.
3232 echo " ---------------wk----------"
3333 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
34- PYTHON_EXECUTABLE=python bash " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
35- PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
34+ PYTHON_EXECUTABLE=python source .ci/scripts/build-qnn-sdk.sh
3635 QNN_X86_LIB_DIR=` realpath build-x86/lib/`
3736 export LD_LIBRARY_PATH" =$QNN_X86_LIB_DIR :$QNN_SDK_ROOT /lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:- } "
3837
Original file line number Diff line number Diff line change @@ -152,8 +152,4 @@ setup_libcpp() {
152152 export LIBRARY_PATH=" ${INSTALL_DIR} /lib:${LIBRARY_PATH:- } "
153153
154154 echo " libc++ installed to ${INSTALL_DIR} "
155- }
156-
157- setup_libcpp 12
158- setup_android_ndk
159- install_qnn
155+ }
You can’t perform that action at this time.
0 commit comments