Skip to content

Commit 1c1d09a

Browse files
committed
update: onnxruntime 1.22.1
1 parent cda6bba commit 1c1d09a

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.22.0, ndk: 26.1.10909125, python: 3.10.11, jdk: 17, gradle: 8.6 }
14+
- { onnx: v1.22.1, ndk: 26.1.10909125, python: 3.10.11, jdk: 17, gradle: 8.6 }
1515
list:
1616
- { arch: armeabi-v7a, min: 19 }
1717
- { arch: arm64-v8a, min: 21 }
@@ -120,7 +120,7 @@ jobs:
120120
fail-fast: false
121121
matrix:
122122
ver:
123-
- { onnx: v1.22.0 }
123+
- { onnx: v1.22.1 }
124124

125125
env:
126126
SHARED_PKG_NAME: onnxruntime-${{ matrix.ver.onnx }}-android-shared

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ver:
13-
- { onnx: v1.22.0, python: 3.10.11, jdk: 11, gradle: 8.6 }
13+
- { onnx: v1.22.1, python: 3.10.11, jdk: 11, gradle: 8.6 }
1414
list:
1515
- { os_ver: 12 }
1616
- { os_ver: 13 }

.github/workflows/musl-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.22.0, musl: 14.2.0 }
14+
- { onnx: v1.22.1, musl: 14.2.0 }
1515
arch:
1616
[
1717
aarch64-linux-musl, #OK

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os_name: [ ubuntu ]
1414
ver:
15-
- { onnx: v1.22.0, cmake: 3.28.6, python: 3.10.11, gradle: 8.6, jdk: openjdk-11-jdk }
15+
- { onnx: v1.22.1, cmake: 3.28.6, python: 3.10.11, gradle: 8.6, jdk: openjdk-11-jdk }
1616
list:
1717
- { os_ver: 22.04, os_id: jammy }
1818
arch:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ver:
12-
- { onnx: v1.22.0, python: 3.10.11, jdk: 11, gradle: 8.6 }
12+
- { onnx: v1.22.1, python: 3.10.11, jdk: 11, gradle: 8.6 }
1313
list:
1414
- { win_ver: 2022, vs_name: vs2022, vs_ver: v143, vs_path: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise' }
1515
arch:

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set shell := ["powershell", "-c"]
1010
# Set shell for Windows OSs:
1111
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
1212

13-
onnx := "v1.22.0"
13+
onnx := "v1.22.1"
1414
vs := "vs2022"
1515

1616
default:

onnxruntime_cmake_options.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--compile-no-warning-as-error
2-
-Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF
2+
-Donnxruntime_USE_DML=OFF
3+
-Donnxruntime_USE_WINML=OFF
4+
-Donnxruntime_USE_TELEMETRY=OFF
5+
-Donnxruntime_ENABLE_PIX_FOR_WEBGPU_EP=OFF
6+
-Donnxruntime_ENABLE_MEMLEAK_CHECKER=ON
37
-Donnxruntime_RUN_ONNX_TESTS=OFF
48
-Donnxruntime_GENERATE_TEST_REPORTS=ON
59
-Donnxruntime_USE_VCPKG=OFF
@@ -76,6 +80,7 @@
7680
-Donnxruntime_DISABLE_SPARSE_TENSORS=OFF
7781
-Donnxruntime_DISABLE_OPTIONAL_TYPE=OFF
7882
-Donnxruntime_CUDA_MINIMAL=OFF
83+
-Donnxruntime_USE_KLEIDIAI=ON
7984
-Donnxruntime_BUILD_UNIT_TESTS=OFF
8085
-Donnxruntime_CROSS_COMPILING=ON
8186
-DCMAKE_TLS_VERIFY=ON

0 commit comments

Comments
 (0)