File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,14 @@ 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
- PYTHON_EXECUTABLE=python source .ci/scripts/setup-linux.sh --build-tool cmake
33
- PYTHON_EXECUTABLE=python source .ci/scripts/setup-qnn-deps.sh
34
- PYTHON_EXECUTABLE=python source .ci/scripts/build-qnn-sdk.sh
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
37
+ PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
35
38
QNN_X86_LIB_DIR=` realpath build-x86/lib/`
39
+ QNN_SDK_ROOT=" /tmp/qnn/2.37.0.250724"
36
40
export LD_LIBRARY_PATH" =$QNN_X86_LIB_DIR :$QNN_SDK_ROOT /lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:- } "
37
41
38
42
# TODO Get SDK root from install scripts
You can’t perform that action at this time.
0 commit comments