Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with ONNX 1.11.0 release branch #11108

Closed
liqunfu opened this issue Apr 4, 2022 · 1 comment
Closed

Integrate with ONNX 1.11.0 release branch #11108

liqunfu opened this issue Apr 4, 2022 · 1 comment

Comments

@liqunfu
Copy link
Contributor

liqunfu commented Apr 4, 2022

Is your feature request related to a problem? Please describe.
We are releasing ONNX 1.11.0. A release branch is created (https://github.com/onnx/onnx/tree/rel-1.11.0). The planned release date is February 28, 2022.

It is important to integrate ONNX release branch into ORT ASAP so that any issues and incompatibilities can be detected and resolved before the ONNX release. Please follow instructions at (https://github.com/microsoft/onnxruntime/blob/master/docs/How_To_Update_ONNX_Dev_Notes.md) to integrate with the ONNX release branch. Please implement CPU kernels for new and updated ONNX ops. A list of new and updated ops can be found at (https://github.com/onnx/onnx/wiki/Logistics-for-ONNX-Release-1.11.0).

Changes in ONNX are documented in Logistics-for-ONNX-Release-1.11.0 wiki (or in the 1.11.0 release note). Changes may impact ORT integration:

  • A FunctionBuilder utility class has been created in ONNX. it is to replace the same class in ORT.
  • There has been a big overhaul to the ORT shape inference. It is expected that some of the shape inference code in ORT may be broken.

System information

  • ONNX Runtime version (you are using): ONNX rel-1.11.0

Describe the solution you'd like
ORT is integrated with ONNX rel-1.11.0. All CI pipelines are passing.

Describe alternatives you've considered
None

Additional context
In case a bug in ONNX is detected during integration of ONNX 1.11.0, please contact the ONNX Release Manager @liqunfu so that the bug is fixed in the ONNX release branch for the Integration to continue.

@liqunfu
Copy link
Contributor Author

liqunfu commented Apr 4, 2022

Create this issue for future ONNX release process to reference to.

@liqunfu liqunfu closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant