File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
backends/qualcomm/scripts Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,7 @@ if [[ "$FLOW" == *qnn* ]]; then
30
30
# Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
31
31
# cleaned up.
32
32
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
33
- PYTHON_EXECUTABLE=python source " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
34
- setup_libcpp 12
35
- setup_android_ndk
36
- install_qnn
33
+ PYTHON_EXECUTABLE=python bash " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
37
34
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
38
35
QNN_X86_LIB_DIR=` realpath build-x86/lib/`
39
36
export LD_LIBRARY_PATH" =$QNN_X86_LIB_DIR :$QNN_SDK_ROOT /lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:- } "
Original file line number Diff line number Diff line change @@ -153,3 +153,7 @@ setup_libcpp() {
153
153
154
154
echo " libc++ installed to ${INSTALL_DIR} "
155
155
}
156
+
157
+ setup_libcpp 12
158
+ setup_android_ndk
159
+ install_qnn
You can’t perform that action at this time.
0 commit comments