Skip to content

Commit 67b664f

Browse files
committed
Debugging
1 parent 8c3dccd commit 67b664f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.ci/scripts/setup-qnn-deps.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77

88
set -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

.ci/scripts/test_backend_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.ci/scripts/test_qnn_static_llama.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1515
source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/install_qnn_sdk.sh"
1616
install_qnn
17+
echo "WK checking LIBC=${CPLUS_INCLUDE_PATH}"
1718

1819
export EXECUTORCH_ROOT="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)"
1920
export LD_LIBRARY_PATH="${QNN_SDK_ROOT}/lib/x86_64-linux-clang"

0 commit comments

Comments
 (0)