Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4206efa

Browse files
HectorSVCashrit-ms
authored andcommittedApr 24, 2025
Update QNN version to 2.33.2 (#24440)
### Description Update QNN version to 2.33.2
1 parent 513753e commit 4206efa

19 files changed

+19
-19
lines changed
 

‎tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parameters:
3232
- name: QnnSdk
3333
displayName: QNN SDK version
3434
type: string
35-
default: 2.32.0.250228
35+
default: 2.33.2.250410
3636

3737
jobs:
3838
- job: Build_QNN_EP

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ parameters:
5757
- name: QnnSdk
5858
displayName: QNN SDK Version
5959
type: string
60-
default: 2.32.0.250228
60+
default: 2.33.2.250410
6161

6262
resources:
6363
repositories:

‎tools/ci_build/github/azure-pipelines/custom-nuget-packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
- name: QnnSdk
77
displayName: QNN SDK Version
88
type: string
9-
default: 2.32.0.250228
9+
default: 2.33.2.250410
1010

1111
- name: IsReleaseBuild
1212
displayName: Is a release build? Set it to true if you are doing an Onnx Runtime release.

‎tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parameters:
3333
- name: QnnSdk
3434
displayName: QNN SDK version
3535
type: string
36-
default: 2.32.0.250228
36+
default: 2.33.2.250410
3737

3838
jobs:
3939
- job: Build_QNN_EP

‎tools/ci_build/github/azure-pipelines/py-packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ parameters:
5959
- name: qnn_sdk_version
6060
type: string
6161
displayName: 'QNN SDK version. Only for QNN packages.'
62-
default: 2.32.0.250228
62+
default: 2.33.2.250410
6363

6464
trigger: none
6565

‎tools/ci_build/github/azure-pipelines/qnn-ep-nuget-packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
- name: QnnSdk
33
displayName: QNN SDK Version
44
type: string
5-
default: 2.32.0.250228
5+
default: 2.33.2.250410
66

77
- name: build_config
88
displayName: Build Configuration

‎tools/ci_build/github/azure-pipelines/stages/py-cpu-packaging-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ parameters:
5959
- name: qnn_sdk_version
6060
type: string
6161
displayName: 'QNN SDK version. Only for QNN packages.'
62-
default: 2.32.0.250228
62+
default: 2.33.2.250410
6363

6464
stages:
6565
- ${{ if eq(parameters.enable_windows_cpu, true) }}:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
- name: QnnSDKVersion
1818
displayName: QNN SDK Version
1919
type: string
20-
default: '2.32.0.250228'
20+
default: '2.33.2.250410'
2121

2222
- name: enableWebGpu
2323
displayName: Enable WebGPU test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ parameters:
5151
- name: QnnSDKVersion
5252
displayName: QNN SDK Version
5353
type: string
54-
default: '2.32.0.250228'
54+
default: '2.33.2.250410'
5555

5656
- name: is1ES
5757
displayName: Is 1ES pipeline

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ parameters:
4545
- name: QnnSDKVersion
4646
displayName: QNN SDK Version
4747
type: string
48-
default: 2.32.0.250228
48+
default: 2.33.2.250410
4949

5050
- name: is1ES
5151
displayName: Is 1ES pipeline

‎tools/ci_build/github/azure-pipelines/templates/jobs/download_linux_qnn_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: QnnSDKVersion
33
type: string
4-
default: '2.32.0.250228'
4+
default: '2.33.2.250410'
55

66
steps:
77
- script: |

‎tools/ci_build/github/azure-pipelines/templates/jobs/download_win_qnn_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: QnnSDKVersion
33
type: string
4-
default: '2.32.0.250228'
4+
default: '2.33.2.250410'
55

66
steps:
77
- powershell: |

‎tools/ci_build/github/azure-pipelines/templates/py-linux-qnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parameters:
2626
- name: QnnSdk
2727
displayName: QNN SDK version
2828
type: string
29-
default: 2.32.0.250228
29+
default: 2.33.2.250410
3030

3131
- name: is1ES
3232
displayName: 'Whether the pipeline is running in 1ES'

‎tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
- name: QNN_SDK
88
displayName: QNN SDK Version
99
type: string
10-
default: 2.32.0.250228
10+
default: 2.33.2.250410
1111

1212
- name: ENV_SETUP_SCRIPT
1313
type: string

‎tools/ci_build/github/azure-pipelines/templates/py-win-arm64ec-qnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
- name: QNN_SDK
88
displayName: QNN SDK Version
99
type: string
10-
default: 2.32.0.250228
10+
default: 2.33.2.250410
1111

1212
- name: ENV_SETUP_SCRIPT
1313
type: string

‎tools/ci_build/github/azure-pipelines/templates/py-win-x64-qnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
- name: QNN_SDK
88
displayName: QNN SDK Version
99
type: string
10-
default: 2.32.0.250228
10+
default: 2.33.2.250410
1111

1212
- name: ENV_SETUP_SCRIPT
1313
type: string

‎tools/ci_build/github/azure-pipelines/templates/qnn-ep-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
QnnSdk: '2.32.0.250228'
2+
QnnSdk: '2.33.2.250410'
33
build_config: 'RelWithDebInfo'
44
IsReleaseBuild: false
55
DoEsrp: false

‎tools/ci_build/github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parameters:
3333
- name: QnnSdk
3434
displayName: QNN SDK version
3535
type: string
36-
default: 2.32.0.250228
36+
default: 2.33.2.250410
3737

3838
jobs:
3939
- job: 'BUILD_QNN_EP'

‎tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parameters:
3333
- name: QnnSdk
3434
displayName: QNN SDK version
3535
type: string
36-
default: 2.32.0.250228
36+
default: 2.33.2.250410
3737

3838
jobs:
3939
- job: 'BUILD_QNN_EP'

0 commit comments

Comments
 (0)