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

Fix code to enable opset 18 and latest onnxruntime. #2143

Merged
merged 7 commits into from
Mar 23, 2023

Conversation

fatcat-z
Copy link
Collaborator

  1. Update Split op for the latest changes in opset 18: Either split or num_outputs need to be added to the node.
  2. Update Reduce* ops for the latest changes in opset 18: 'axes' has been changed from an attribute to an input.
  3. Update relative tests.
  4. Enable opset 18 in CI tests.
  5. Fix Reduce* op cannot work with opset 18.  #2141
  6. Fix Split op cannot work well with opset 18. #2132

2. Update all Reduce* ops for opset 18.

Signed-off-by: Jay Zhang <jiz@microsoft.com>
Signed-off-by: Jay Zhang <jiz@microsoft.com>
Signed-off-by: Jay Zhang <jiz@microsoft.com>
Signed-off-by: Jay Zhang <jiz@microsoft.com>
Signed-off-by: Jay Zhang <jiz@microsoft.com>
Signed-off-by: Jay Zhang <jiz@microsoft.com>
@fatcat-z fatcat-z marked this pull request as ready for review March 23, 2023 03:56
Signed-off-by: Jay Zhang <jiz@microsoft.com>
@fatcat-z fatcat-z merged commit 25ebdee into onnx:main Mar 23, 2023
@fatcat-z fatcat-z deleted the support_op_18 branch August 18, 2023 02:19
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

Successfully merging this pull request may close these issues.

Reduce* op cannot work with opset 18. Split op cannot work well with opset 18.
2 participants