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

Add ingestion support for pad opset 19 #2482

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

philass
Copy link
Member

@philass philass commented Sep 5, 2023

No description provided.

@philass philass marked this pull request as ready for review September 7, 2023 02:19
Copy link
Member

@sorenlassen sorenlassen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@philass philass merged commit 87fb4ec into onnx:main Sep 7, 2023
4 checks passed
@jenkins-droid
Copy link
Collaborator

Jenkins Linux ppc64le Build #11545 [push] Add ingestion support fo... started at 23:38

@jenkins-droid
Copy link
Collaborator

Jenkins Linux s390x Build #12552 [push] Add ingestion support fo... started at 23:29

@jenkins-droid
Copy link
Collaborator

Jenkins Linux amd64 Build #12540 [push] Add ingestion support fo... started at 22:29

@jenkins-droid
Copy link
Collaborator

Jenkins Linux amd64 Build #12540 [push] Add ingestion support fo... failed after 1 hr 2 min

@jenkins-droid
Copy link
Collaborator

Jenkins Linux s390x Build #12552 [push] Add ingestion support fo... passed after 1 hr 23 min

@jenkins-droid
Copy link
Collaborator

Jenkins Linux ppc64le Build #11545 [push] Add ingestion support fo... passed after 1 hr 46 min

cjvolzka added a commit to cjvolzka/onnx-mlir that referenced this pull request Feb 20, 2024
* 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]>
cjvolzka added a commit that referenced this pull request Feb 24, 2024
* 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]>
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.

3 participants