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 7
7
8
8
set -ex
9
9
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
29
29
# Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
30
30
# Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
31
31
# cleaned up.
32
+ echo " ---------------wk----------"
32
33
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
33
34
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
34
35
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
14
14
# Download QNN_SDK. If already downloaded, export environment path
15
15
source " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
16
16
install_qnn
17
+ echo " WK checking LIBC=${CPLUS_INCLUDE_PATH} "
17
18
18
19
export EXECUTORCH_ROOT=" $( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) /.." && pwd) "
19
20
export LD_LIBRARY_PATH=" ${QNN_SDK_ROOT} /lib/x86_64-linux-clang"
You can’t perform that action at this time.
0 commit comments