We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c73b5d commit 24c7cf8Copy full SHA for 24c7cf8
backends/qualcomm/scripts/qnn_config.sh
@@ -6,5 +6,5 @@
6
# LICENSE file in the root directory of this source tree.
7
8
# 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"
+QNN_VERSION="2.37.0.250724"
+QNN_ZIP_URL="https://softwarecenter.qualcomm.com/api/download/software/sdks/Qualcomm_AI_Runtime_Community/All/${QNN_VERSION}/v${QNN_VERSION}.zip"
shim_et/xplat/executorch/backends/qualcomm/qnn_version.bzl
@@ -1,2 +1,2 @@
1
def get_qnn_library_version():
2
- return "2.28"
+ return "2.37"
0 commit comments