Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3336be7
Integrate ONNX 1.22.0rc1 version plumbing (T1)
titaiwangms Jun 2, 2026
93e5829
T4: bump onnx pin 1.21.0 -> 1.22.0rc1 across CI requirements.txt files
titaiwangms Jun 2, 2026
6d99b05
Enable ONNX opset 27 in ORT C++: bump transpose-optimizer max opset t…
titaiwangms Jun 2, 2026
45f1aa7
Add opset-27 ONNX backend test filters and regenerate webgl operator …
titaiwangms Jun 2, 2026
4acfeef
T6: opset-27 (ONNX 1.22) optimizer + EP guard updates for Range
titaiwangms Jun 2, 2026
5a7455d
T6: add Range opset-27 to GatherToSlice fusion + opset-27 test
titaiwangms Jun 2, 2026
7297a73
T7: regenerate docs/OperatorKernels.md for opset-27 Range (ONNX 1.22.…
titaiwangms Jun 2, 2026
e37ccf3
Narrow opset-27 ONNX backend test filters: drop over-broad CausalConv…
titaiwangms Jun 2, 2026
2df7ff5
review-polish A4: clarify opset-27 Range comment that fp16/bf16 model…
titaiwangms Jun 2, 2026
3da8169
review-polish: make GPU/CUDA/DML-unverified status explicit in opset-…
titaiwangms Jun 2, 2026
d516612
Add onnx-opset-bump-checklist skill doc
titaiwangms Jun 2, 2026
16720d1
Bump CUDA Range kernel to opset 27 (mirror CPU)
titaiwangms Jun 2, 2026
06ced99
onnx-opset-bump skill: encode 'bump ALL execution providers together'…
titaiwangms Jun 2, 2026
8fdb354
Update FunctionTest cycle-rejection assertions for ONNX 1.22 checker …
titaiwangms Jun 3, 2026
c711931
Fix opset-27 GatherToSliceFusion test on strict ALLOW_RELEASED_ONNX_O…
titaiwangms Jun 3, 2026
c256720
Filter unimplemented ONNX 1.22 FlexAttention + dtype-256 backend tests
titaiwangms Jun 3, 2026
85a11f2
Pin released opset in symlink-data test to avoid ONNX 1.22 opset-27 d…
titaiwangms Jun 3, 2026
dfab2e9
THROWAWAY: graft onnx#8056 Xcode CMake fix onto rc1 to validate via O…
titaiwangms Jun 5, 2026
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
451 changes: 451 additions & 0 deletions .agents/skills/onnx-opset-bump-checklist/SKILL.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cmake/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ microsoft_gsl;https://github.com/microsoft/GSL/archive/refs/tags/v4.2.1.zip;1094
microsoft_wil;https://github.com/microsoft/wil/archive/refs/tags/v1.0.250325.1.zip;826c8bd47c2258ec61b8b218e031e5b33d27f761
mimalloc;https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.1.zip;d5ee7d34223d0567892db5179849939c8769dc41
mp11;https://github.com/boostorg/mp11/archive/refs/tags/boost-1.82.0.zip;9bc9e01dffb64d9e0773b2e44d2f22c51aace063
onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.21.0.zip;321d4acc807c8e0fb0bbcc0424a143dffde1e846
onnx;https://github.com/onnx/onnx/archive/bc3be77bec2f628788796dff60819186bacf49df.zip;421e5a9afb6c41a54696e424e5b9a3796aab6821
# Use the latest commit of 10.9-GA
onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/d5dce67db7c2e64b07e055571f5ec06f7f254de2.zip;01114d3b67650857281fa50faa2e412130a63b69
protobuf;https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.zip;7cf2733949036c7d52fda017badcab093fe73bfa
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/onnx
Submodule onnx updated 978 files
Loading
Loading