Skip to content

Commit 70e3c50

Browse files
qti-hungjuiwGitHub Enterprise
authored andcommitted
Merge pull request microsoft#166 from MLG/fix-20250702-revert
fix uplevel by reverting QNN 2.36
2 parents 4da4d60 + 10e4388 commit 70e3c50

20 files changed

+20
-20
lines changed

qcom/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ nuget_win:
6161
url: https://dist.nuget.org/win-x86-commandline/v{version}/nuget.exe
6262
sha256: 506085572a662f03bec1a5ffe43f81a240ff99b3765b8dbc0e22c33532775227
6363
qairt:
64-
version: 2.36.0.250627
64+
version: 2.35.0.250530
6565
url: https://softwarecenter.qualcomm.com/api/download/software/sdks/Qualcomm_AI_Runtime_Community/All/{version}/v{version}.zip
6666
content_root: qairt/{version}
6767
bindir: bin

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.0.250627
35+
default: 2.35.0.250530
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
@@ -60,7 +60,7 @@ parameters:
6060
- name: QnnSdk
6161
displayName: QNN SDK Version
6262
type: string
63-
default: 2.36.0.250627
63+
default: 2.35.0.250530
6464

6565
resources:
6666
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.36.0.250627
9+
default: 2.35.0.250530
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.0.250627
36+
default: 2.35.0.250530
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.0.250627
62+
default: 2.35.0.250530
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.0.250627
5+
default: 2.35.0.250530
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.0.250627
62+
default: 2.35.0.250530
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.0.250627'
22+
default: '2.35.0.250530'
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.0.250627'
56+
default: '2.35.0.250530'
5757

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

0 commit comments

Comments
 (0)