Skip to content

Commit 10671eb

Browse files
author
zhouwg
committed
ggml-hexagon: upgrade QNN SDK to v2.34.0.250424
1 parent e4df931 commit 10671eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-run-android.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ QNN_SDK_URL=https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direc
2929
QNN_SDK_INSTALL_PATH=/opt/qcom/aistack/qairt
3030
QNN_SDK_VERSION=2.32.0.250228
3131
QNN_SDK_VERSION=2.33.0.250327
32+
QNN_SDK_VERSION=2.34.0.250424
3233
QNN_SDK_PATH=${QNN_SDK_INSTALL_PATH}/${QNN_SDK_VERSION}
3334

3435
#Hexagon SDK can be found at:
@@ -102,6 +103,7 @@ function check_and_download_qnn_sdk()
102103
sudo mv qairt/${QNN_SDK_VERSION} ${QNN_SDK_INSTALL_PATH}/
103104
printf "Qualcomm QNN SDK saved to ${QNN_SDK_PATH} \n\n"
104105
sudo rm -rf qairt
106+
sudo mv v${QNN_SDK_VERSION}.zip /tmp/
105107
else
106108
printf "Qualcomm QNN SDK already exist:${QNN_SDK_PATH} \n\n"
107109
fi

0 commit comments

Comments
 (0)