Skip to content

Commit 24c7cf8

Browse files
committed
test qnn2.37
1 parent 9c73b5d commit 24c7cf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backends/qualcomm/scripts/qnn_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# LICENSE file in the root directory of this source tree.
77

88
# QNN SDK Configuration
9-
QNN_VERSION="2.28.0.241029"
10-
QNN_ZIP_URL="https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v${QNN_VERSION}.zip"
9+
QNN_VERSION="2.37.0.250724"
10+
QNN_ZIP_URL="https://softwarecenter.qualcomm.com/api/download/software/sdks/Qualcomm_AI_Runtime_Community/All/${QNN_VERSION}/v${QNN_VERSION}.zip"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def get_qnn_library_version():
2-
return "2.28"
2+
return "2.37"

0 commit comments

Comments
 (0)