Skip to content

Commit 3f064c0

Browse files
committed
Update
[ghstack-poisoned]
1 parent 0cadcf4 commit 3f064c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ export PYTHON_EXECUTABLE=python
2424
EXTRA_BUILD_ARGS=""
2525

2626
if [[ "$FLOW" == *qualcomm* ]]; then
27-
# Setup QNN sdk and deps
28-
# ./install_requirements.sh --use-pt-pinned-commit
27+
# Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
28+
# Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
29+
# cleaned up.
2930
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
3031
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
3132
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
33+
export LD_LIBRARY_PATH=$EXECUTORCH_ROOT/build-x86/lib/:$LD_LIBRARY_PATH
3234

3335
# TODO Get SDK root from install scripts
3436
EXTRA_BUILD_ARGS+=" -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029"

0 commit comments

Comments
 (0)