Skip to content

Commit 72f5bad

Browse files
authoredApr 22, 2025··
[QNN EP] Update Android QNN package to use QNN SDK 2.33.0 (available on Maven) (#24494)
### Description Updates the Android QNN package to use QNN SDK 2.33.0, which is available on Maven. QNN SDK 2.33.2 is not available yet on Maven: https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime ### Motivation and Context Previous PR that updated QNN SDK version: #24440
1 parent fcf2c58 commit 72f5bad

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed
 

‎tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ parameters:
5454
displayName: Build flags to append to build command
5555
type: string
5656
default: '--use_azure'
57+
58+
# Do not update this to a version that does not exist for the qnn-runtime Maven package:
59+
# https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
5760
- name: QnnSdk
5861
displayName: QNN SDK Version
5962
type: string
60-
default: 2.33.2.250410
63+
default: 2.33.0.250327
6164

6265
resources:
6366
repositories:

‎tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ parameters:
1414
type: string
1515
default: ''
1616

17+
# Do not update this to a version that does not exist for the qnn-runtime Maven package:
18+
# https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
1719
- name: QnnSDKVersion
1820
displayName: QNN SDK Version
1921
type: string
20-
default: '2.33.2.250410'
22+
default: '2.33.0.250327'
2123

2224
- name: enableWebGpu
2325
displayName: Enable WebGPU test

‎tools/ci_build/github/azure-pipelines/templates/android-java-api-aar.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ parameters:
4848
type: string
4949
default: ''
5050

51+
# Do not update this to a version that does not exist for the qnn-runtime Maven package:
52+
# https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
5153
- name: QnnSDKVersion
5254
displayName: QNN SDK Version
5355
type: string
54-
default: '2.33.2.250410'
56+
default: '2.33.0.250327'
5557

5658
- name: is1ES
5759
displayName: Is 1ES pipeline

‎tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ parameters:
4242
type: string
4343
default: '0'
4444

45+
# Do not update this to a version that does not exist for the qnn-runtime Maven package:
46+
# https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
4547
- name: QnnSDKVersion
4648
displayName: QNN SDK Version
4749
type: string
48-
default: 2.33.2.250410
50+
default: 2.33.0.250327
4951

5052
- name: is1ES
5153
displayName: Is 1ES pipeline

0 commit comments

Comments
 (0)
Please sign in to comment.