File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 77
88set -ex
99
10- source " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
10+ source " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
11+
12+ setup_libcpp 12
13+ install_qnn
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ if [[ "$FLOW" == *qnn* ]]; then
2929 # Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
3030 # Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
3131 # cleaned up.
32+ echo " ---------------wk----------"
3233 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
3334 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
3435 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/qnn_confi
1414# Download QNN_SDK. If already downloaded, export environment path
1515source " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
1616install_qnn
17+ echo " WK checking LIBC=${CPLUS_INCLUDE_PATH} "
1718
1819export EXECUTORCH_ROOT=" $( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /.." && pwd) "
1920export LD_LIBRARY_PATH=" ${QNN_SDK_ROOT} /lib/x86_64-linux-clang"
You can’t perform that action at this time.
0 commit comments