Skip to content

Commit 97fa536

Browse files
qti-kromerogedoensmax
authored andcommitted
Update QAIRT to 2.37.0 (microsoft#25688)
### Description Updates MSFT Azure pipelines to QAIRT 2.37.0 ### Motivation and Context Regular uplevel
1 parent 6958ef1 commit 97fa536

21 files changed

+21
-21
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.36.1.250708
35+
default: 2.37.0.250724
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
@@ -55,7 +55,7 @@ parameters:
5555
- name: QnnSdk
5656
displayName: QNN SDK Version
5757
type: string
58-
default: 2.36.1.250708
58+
default: 2.37.0.250724
5959

6060
resources:
6161
repositories:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ stages:
8383
artifactName: 'onnxruntime-android-qnn-aar'
8484
packageName: 'onnxruntime-android-qnn'
8585
#TODO: get this information from the setup stage
86-
QnnSDKVersion: '2.36.1.250708'
86+
QnnSDKVersion: '2.37.0.250724'
8787

8888
- template: nuget/templates/test_win.yml
8989
parameters:

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.36.1.250708
9+
default: 2.37.0.250724
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.36.1.250708
36+
default: 2.37.0.250724
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.36.1.250708
62+
default: 2.37.0.250724
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.36.1.250708
5+
default: 2.37.0.250724
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.36.1.250708
62+
default: 2.37.0.250724
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
@@ -19,7 +19,7 @@ parameters:
1919
- name: QnnSDKVersion
2020
displayName: QNN SDK Version
2121
type: string
22-
default: '2.36.1.250708'
22+
default: '2.37.0.250724'
2323

2424
- name: enableWebGpu
2525
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
@@ -53,7 +53,7 @@ parameters:
5353
- name: QnnSDKVersion
5454
displayName: QNN SDK Version
5555
type: string
56-
default: '2.36.1.250708'
56+
default: '2.37.0.250724'
5757

5858
- name: is1ES
5959
displayName: Is 1ES pipeline

0 commit comments

Comments
 (0)