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
4 changes: 2 additions & 2 deletions .github/workflows/windows_qnn_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
- name: Download QNN SDK
working-directory: ${{ runner.temp }}
run: |
azcopy.exe cp --recursive https://lotusscus.blob.core.windows.net/models/qnnsdk/qnn-v2.38.0.250901 .
azcopy.exe cp --recursive https://lotusscus.blob.core.windows.net/models/qnnsdk/qnn-v2.39.0.250926 .
dir
shell: pwsh

- name: Set QNN_SDK_ROOT environment variable
shell: pwsh
run: |
$qnn_sdk_path = Join-Path $env:RUNNER_TEMP "qnn-v2.38.0.250901"
$qnn_sdk_path = Join-Path $env:RUNNER_TEMP "qnn-v2.39.0.250926"
echo "QNN_SDK_ROOT=$qnn_sdk_path" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "QNN SDK Root: $qnn_sdk_path"
dir $qnn_sdk_path
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.38.0.250901
default: 2.39.0.250926

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.38.0.250901
default: 2.39.0.250926

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.38.0.250901'
QnnSDKVersion: '2.39.0.250926'

- template: nuget/templates/test_win.yml
parameters:
Expand Down Expand Up @@ -266,4 +266,4 @@ stages:
inputs:
scriptPath: '$(Build.SourcesDirectory)\tools\ci_build\build.py'
arguments: '--config RelWithDebInfo --use_binskim_compliant_compile_flags --enable_lto --disable_rtti --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --build_shared_lib --test --enable_onnx_tests'
workingDirectory: '$(Build.BinariesDirectory)'
workingDirectory: '$(Build.BinariesDirectory)'
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.38.0.250901
default: 2.39.0.250926

- 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.38.0.250901
default: 2.39.0.250926

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.38.0.250901
default: 2.39.0.250926

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.38.0.250901
default: 2.39.0.250926

- name: build_config
displayName: Build Configuration
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.38.0.250901
default: 2.39.0.250926

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.38.0.250901'
default: '2.39.0.250926'

- 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.38.0.250901'
default: '2.39.0.250926'

- name: is1ES
displayName: Is 1ES pipeline
Expand Down Expand Up @@ -148,4 +148,4 @@ jobs:

- template: jar-maven-signing-linux.yml
parameters:
JarFileDirectory: $(Build.BinariesDirectory)/.artifacts
JarFileDirectory: $(Build.BinariesDirectory)/.artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameters:
- name: QnnSDKVersion
displayName: QNN SDK Version
type: string
default: 2.38.0.250901
default: 2.39.0.250926

- 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.38.0.250901'
default: '2.39.0.250926'

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.38.0.250901'
default: '2.39.0.250926'

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.38.0.250901'
default: '2.39.0.250926'

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.38.0.250901
default: 2.39.0.250926

- 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.38.0.250901
default: 2.39.0.250926

- 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.38.0.250901
default: 2.39.0.250926

- 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.38.0.250901
default: 2.39.0.250926

- name: ENV_SETUP_SCRIPT
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
QnnSdk: '2.38.0.250901'
QnnSdk: '2.39.0.250926'
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.38.0.250901
default: 2.39.0.250926

jobs:
- job: 'BUILD_QNN_EP'
Expand Down
Loading