Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions onnxruntime/test/providers/qnn/where_htp_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ static void RunWhereQDQTest(const TestInputDef<bool>& condition_def,
}

// Check that QNN compiles DQ -> Where -> Q as a single unit.
TEST_F(QnnHTPBackendTests, WhereQDQU8) {
// Fails since QNN 2.37.1: Failed to finalize QNN graph. Error code: 1002
TEST_F(QnnHTPBackendTests, DISABLED_WhereQDQU8) {
RunWhereQDQTest(TestInputDef<bool>({4, 3, 2}, false,
{true, false, true, false, true, false,
true, false, true, false, true, false,
Expand All @@ -99,7 +100,8 @@ TEST_F(QnnHTPBackendTests, WhereQDQU8) {

// Check that QNN compiles DQ -> Where -> Q as a single unit.
// Check QNN Where works with broadcast
TEST_F(QnnHTPBackendTests, WhereBroadcastU8) {
// Fails since QNN 2.37.1: Failed to finalize QNN graph. Error code: 1002
TEST_F(QnnHTPBackendTests, DISABLED_WhereBroadcastU8) {
RunWhereQDQTest(TestInputDef<bool>({2}, false, {true, false}),
TestInputDef<float>({4, 3, 2}, true, -2.0f, 2.0f),
TestInputDef<float>({1}, true, {3.0f}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

jobs:
- job: Build_QNN_EP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

resources:
repositories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stages:
artifactName: 'onnxruntime-android-qnn-aar'
packageName: 'onnxruntime-android-qnn'
#TODO: get this information from the setup stage
QnnSDKVersion: '2.37.0.250724'
QnnSDKVersion: '2.37.1.250807'

- template: nuget/templates/test_win.yml
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: IsReleaseBuild
displayName: Is a release build? Set it to true if you are doing an Onnx Runtime release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

jobs:
- job: Build_QNN_EP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ parameters:
- name: qnn_sdk_version
type: string
displayName: 'QNN SDK version. Only for QNN packages.'
default: 2.37.0.250724
default: 2.37.1.250807

trigger: none

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: build_config
displayName: Build Configuration
Expand Down Expand Up @@ -77,4 +77,4 @@ extends:
DoEsrp: ${{ parameters.DoEsrp }}
ArtifactName: 'drop-nuget-qnn-arm64x'
StageName: 'OnnxRuntime_QNN_Nuget_Win_Arm64x'
build_config: ${{ parameters.build_config }}
build_config: ${{ parameters.build_config }}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ parameters:
- name: qnn_sdk_version
type: string
displayName: 'QNN SDK version. Only for QNN packages.'
default: 2.37.0.250724
default: 2.37.1.250807

stages:
- ${{ if eq(parameters.enable_windows_cpu, true) }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parameters:
- name: QnnSDKVersion
displayName: QNN SDK Version
type: string
default: '2.37.0.250724'
default: '2.37.1.250807'

- name: enableWebGpu
displayName: Enable WebGPU test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ parameters:
- name: QnnSDKVersion
displayName: QNN SDK Version
type: string
default: '2.37.0.250724'
default: '2.37.1.250807'

- name: is1ES
displayName: Is 1ES pipeline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
- name: QnnSDKVersion
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: is1ES
displayName: Is 1ES pipeline
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: QnnSDKVersion
type: string
default: '2.37.0.250724'
default: '2.37.1.250807'

steps:
- script: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: QnnSDKVersion
type: string
default: '2.37.0.250724'
default: '2.37.1.250807'

steps:
- powershell: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: QnnSDKVersion
type: string
default: '2.37.0.250724'
default: '2.37.1.250807'

steps:
- bash: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: is1ES
displayName: 'Whether the pipeline is running in 1ES'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
- name: QNN_SDK
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: ENV_SETUP_SCRIPT
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- name: QNN_SDK
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: ENV_SETUP_SCRIPT
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- name: QNN_SDK
displayName: QNN SDK Version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

- name: ENV_SETUP_SCRIPT
type: string
Expand Down Expand Up @@ -137,4 +137,4 @@ jobs:
- script: |
7z x *.whl
workingDirectory: '$(Build.ArtifactStagingDirectory)'
displayName: 'unzip the package'
displayName: 'unzip the package'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
QnnSdk: '2.37.0.250724'
QnnSdk: '2.37.1.250807'
build_config: 'RelWithDebInfo'
IsReleaseBuild: false
DoEsrp: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

jobs:
- job: 'BUILD_QNN_EP'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK version
type: string
default: 2.37.0.250724
default: 2.37.1.250807

jobs:
- job: 'BUILD_QNN_EP'
Expand Down
Loading