We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681f06c commit afe7045Copy full SHA for afe7045
.ci/scripts/test_backend_linux.sh
@@ -30,7 +30,10 @@ if [[ "$FLOW" == *qnn* ]]; then
30
# Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
31
# cleaned up.
32
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
33
- PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
+ 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
37
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
38
QNN_X86_LIB_DIR=`realpath build-x86/lib/`
39
QNN_SDK_ROOT="/tmp/qnn/2.37.0.250724"
0 commit comments