-
Notifications
You must be signed in to change notification settings - Fork 320
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
Add ingestion support for pad opset 19 #2482
Conversation
Signed-off-by: philass <[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.
LGTM
Jenkins Linux ppc64le Build #11545 [push] Add ingestion support fo... started at 23:38 |
Jenkins Linux s390x Build #12552 [push] Add ingestion support fo... started at 23:29 |
Jenkins Linux amd64 Build #12540 [push] Add ingestion support fo... started at 22:29 |
Jenkins Linux amd64 Build #12540 [push] Add ingestion support fo... failed after 1 hr 2 min |
Jenkins Linux s390x Build #12552 [push] Add ingestion support fo... passed after 1 hr 23 min |
Jenkins Linux ppc64le Build #11545 [push] Add ingestion support fo... passed after 1 hr 46 min |
* Updated the following to show Opset 19 support based on the merged PRs * Cast: onnx#2322 * Constant: onnx#2315 * Equal: onnx#2401 * Pad: onnx#2482 * QuantizeLinear: onnx#2480 * Resize: onnx#2490 * Slice: There is no Opset 19 Slice so I'm unsure why 19 was marked unsupported. * Split There is no Opset 19 Split so I'm unsure why 19 was marked unsupported. * Updated the following to show as unsupported for Opset 20 by onnx-mlir * ConstantOfShape adds support for bfloat16, * ReduceMin adds support for bool * ReduceMax adds support for bool * DFT promotes axis as input * The following were also upated in Opset 20 but not marked as unsupported as they wil be covered in onnx-mlir before 0.4.2 * IsInf: onnx#2721 * IsNaN: onnx#2721 Signed-off-by: Charles Volzka <[email protected]>
* Updated the following to show Opset 19 support based on the merged PRs * Cast: #2322 * Constant: #2315 * Equal: #2401 * Pad: #2482 * QuantizeLinear: #2480 * Resize: #2490 * Slice: There is no Opset 19 Slice so I'm unsure why 19 was marked unsupported. * Split There is no Opset 19 Split so I'm unsure why 19 was marked unsupported. * Updated the following to show as unsupported for Opset 20 by onnx-mlir * ConstantOfShape adds support for bfloat16, * ReduceMin adds support for bool * ReduceMax adds support for bool * DFT promotes axis as input * The following were also upated in Opset 20 but not marked as unsupported as they wil be covered in onnx-mlir before 0.4.2 * IsInf: #2721 * IsNaN: #2721 Signed-off-by: Charles Volzka <[email protected]>
No description provided.