-
Notifications
You must be signed in to change notification settings - Fork 3k
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 onnx 1.17.0 #21897
base: main
Are you sure you want to change the base?
Integrate onnx 1.17.0 #21897
Conversation
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
this pr is not complete, tests etc need to be aware of the new onnx version. |
onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc
Outdated
Show resolved
Hide resolved
the disabled onnx_test_runner testing in qnn ep pipelines are failing on "test_reduce_max_empty_set" running on CPU EP , so it's not specifically a QNN EP issue. |
For failing Here's error log when testing onnx/backend/test/data/node/test_reduce_max_empty_set:
Btw, when testing |
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
…untime into liqun/onnx1.17.0
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
Signed-off-by: Liqun Fu <[email protected]>
Thanks for the investigation. It is a bug in ORT. the issue is fixed in this PR. |
This was a bug in ORT which is fixed with this PR. |
the failing CIs are existing issues |
Thanks for the fix! This looks good to me |
Description
for ORT 1.21.0 release
Create following related issues to track skipped tests due to updated ONNX operators in the ONNX 1.17.0 release:
#23162
#23164
#23163
#23161
Motivation and Context