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
31
31
# cleaned up.
32
32
echo " ---------------wk----------"
33
33
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
36
35
QNN_X86_LIB_DIR=` realpath build-x86/lib/`
37
36
export LD_LIBRARY_PATH" =$QNN_X86_LIB_DIR :$QNN_SDK_ROOT /lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:- } "
38
37
Original file line number Diff line number Diff line change @@ -152,8 +152,4 @@ setup_libcpp() {
152
152
export LIBRARY_PATH=" ${INSTALL_DIR} /lib:${LIBRARY_PATH:- } "
153
153
154
154
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