From adc0c9024ce33a14d5421ee4bfd6016c46c5fc10 Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:08:46 -0800 Subject: [PATCH] ORT 1.20 docs update (#22693) ### Description Updating links in the operator docs to reference releases 1.19 + 1.20. ### Motivation and Context --- docs/reference/compatibility.md | 2 ++ docs/reference/operators/ContribOperators.md | 2 ++ docs/reference/operators/OperatorKernels.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/reference/compatibility.md b/docs/reference/compatibility.md index 39ec47064bb75..18b9ccaaa5b79 100644 --- a/docs/reference/compatibility.md +++ b/docs/reference/compatibility.md @@ -68,6 +68,8 @@ ONNX Runtime supports all opsets from the latest released version of the [ONNX]( | ONNX Runtime version | [ONNX version](https://github.com/onnx/onnx/blob/master/docs/Versioning.md) | ONNX opset version | ONNX ML opset version | ONNX IR version | |------------------------------|--------------------|--------------------|----------------------|------------------| +| 1.20 | **1.16.1** | 21 | 4 | 10 | +| 1.19 | **1.16.1** | 21 | 4 | 10 | | 1.18 | **1.16** | 21 | 4 | 10 | | 1.17 | **1.15** | 20 | 4 | 9 | | 1.16 | **1.14.1** | 19 | 3 | 9 | diff --git a/docs/reference/operators/ContribOperators.md b/docs/reference/operators/ContribOperators.md index 2d61940495c43..4fdad4191921b 100644 --- a/docs/reference/operators/ContribOperators.md +++ b/docs/reference/operators/ContribOperators.md @@ -22,6 +22,8 @@ The contrib operator schemas are documented in the ONNX Runtime repository. | Release | Documentation | |---------|---------------| | Main | [https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md) | +| 1.20 | [https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/ContribOperators.md)| +| 1.19 | [https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/docs/ContribOperators.md)| | 1.18 | [https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/ContribOperators.md)| | 1.17 | [https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/ContribOperators.md)| | 1.16 | [https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/ContribOperators.md)| diff --git a/docs/reference/operators/OperatorKernels.md b/docs/reference/operators/OperatorKernels.md index 3d6370f68c9f2..b4201bfc5e412 100644 --- a/docs/reference/operators/OperatorKernels.md +++ b/docs/reference/operators/OperatorKernels.md @@ -10,6 +10,8 @@ The operator kernels supported by the CPU Execution Provider, CUDA Execution Pro | Release | Documentation | |---------|---------------| | Current main | [https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md) | +| 1.20 | [https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/OperatorKernels.md) | +| 1.19 | [https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/docs/OperatorKernels.md) | | 1.18 | [https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/OperatorKernels.md) | | 1.17 | [https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/OperatorKernels.md) | | 1.16 | [https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/OperatorKernels.md)|