File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ EXTRA_BUILD_ARGS=""
2525
2626if [[ " $FLOW " == * qualcomm* ]]; then
2727 # Setup QNN sdk and deps
28- ./install_requirements.sh --use-pt-pinned-commit
29- source .ci/scripts/setup-qnn-deps.sh
30- source .ci/scripts/build-qnn-sdk.sh
28+ # ./install_requirements.sh --use-pt-pinned-commit
29+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
30+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
31+ PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
3132
32- EXTRA_BUILD_ARGS+=" -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=$QNN_SDK_ROOT "
33+ # TODO Get SDK root from install scripts
34+ EXTRA_BUILD_ARGS+=" -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029"
3335fi
3436
3537if [[ " $FLOW " =~ * vulkan* ]]; then
You can’t perform that action at this time.
0 commit comments