Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
upgrade protobuf to 3.20.2 and onnx to 1.13 #14279
upgrade protobuf to 3.20.2 and onnx to 1.13 #14279
Changes from all commits
79c6d37
a926c22
488b7f4
6e488ad
79e9f3b
b5a7f28
d73d925
3b45872
56f7d8d
aa0ea4a
a92be8e
0dd4358
0c1f723
0fb4e5d
42c2f85
c47f71f
bb09daa
a5d45bf
a05dc54
1b845e9
a7e1ad3
9c503d4
9f42643
b07d385
544524a
1845b4e
9043929
48270e4
39efc46
a14f672
96843a4
1d21267
70d671b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
4244 is a critical warning that we should not disable.
https://github.com/microsoft/onnxruntime/blob/main/docs/Coding_Conventions_and_Standards.md#other
It is required by BinSkim. However, this is test code. We don't ship it. So it is kind of ok.
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.
Does it mean that we are trying to update to a version that fails to initialize and run for a good number of tests in the same opset?
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.
Those tests are introduced in the Latest ONNX(1.13). They are not running in the old OpenVINO pipeline.
Scott did a similar thing in packaging pipeline #14259
Maybe they could be removed after the next upgrade of OpenVINO.
ONNX 1.12 used the protobuf 2.18.3, which doesn't meet the compliance.