forked from onnx/onnx-mlir
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters