forked from onnx/onnx-mlir
-
Notifications
You must be signed in to change notification settings - Fork 3
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
feature/onnx-to-tosa #4
Draft
mgehre-amd
wants to merge
1,525
commits into
main
Choose a base branch
from
feature/onnx-to-tosa
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Add e2e test for recomposition of a LayerNormalization implemented with pow
[AutoBump] Merge with fixes of 693ba93 (Jun 17) (10) (needs LLVM bump Jun 11)
[AutoBump] Merge with 81d4e63 (Jun 27) (11)
Upstream wants LLVM commit 6461b921fd06b1c812f1172685b8b7edc0608af7.
Check that CI passes as the build script has been modified.
* first step Signed-off-by: chentong319 <chentong@us.ibm.com> * cpu Signed-off-by: chentong319 <chentong@us.ibm.com> * options Signed-off-by: chentong319 <chentong@us.ibm.com> * unify Signed-off-by: chentong319 <chentong@us.ibm.com> * simd Signed-off-by: chentong319 <chentong@us.ibm.com> * comments Signed-off-by: chentong319 <chentong@us.ibm.com> * lit test Signed-off-by: chentong319 <chentong@us.ibm.com> * fix test Signed-off-by: chentong319 <chentong@us.ibm.com> * format Signed-off-by: chentong319 <chentong@us.ibm.com> * response Signed-off-by: chentong319 <chentong@us.ibm.com> --------- Signed-off-by: chentong319 <chentong@us.ibm.com>
* Group norm for opset 21 * Testing phase * Fix GroupNorm to support Opset21 --------- Signed-off-by: hamptonm1 <79232909+hamptonm1@users.noreply.github.com> Co-authored-by: Megan Hampton <hamptonm@us.ibm.com>
[AutoBump] Merge with fixes of d5c1c58 (June 27) (12) (needs LLVM bump Jun 20)
* Update Ops documentation for ONNX 1.16.2 * Fix format --------- Co-authored-by: Megan Hampton <hamptonm@us.ibm.com>
[AutoBump] Merge with fixes of b8e151d (Jul 04) (13)
[AutoBump] Merge with 034b419 (Jul 05) (14)
[AutoBump] Merge with fixes of 8109542 (Jul 08) (15)
[AutoBump] Merge with 634452d (Jul 08) (16)
Co-authored-by: Megan Hampton <hamptonm@us.ibm.com>
[AutoBump] Merge with 56a610c (Oct 02) (19)
[AutoBump] Merge with fixes of 265ee60 (Oct 03) (20)
[AutoBump] Merge with 29e8476 (Oct 11) (21)
[AutoBump] Merge with fixes of 72ca7e7 (Needs sync with llvm) (Oct 15) (22)
Add shape infer info for com.microsoft.Gelu
[AutoBump] Merge with fixes of ec314b7 (Needs llvm bump) (Oct 02) (18)
…ert.scatter-nd.decompose
Elided elements are uninitialized DenseResourceAttrs, without these changes MLIR containing them can not be parsed, as the verifiers crash when encountering them.
Skip over uninitialized DenseResourceAttrs in verifiers
Decompose ScatterND to split and concat
[AutoBump] Merge with d21f2db (Oct 31) (23)
[AutoBump] Merge with fixes of b39ed16 (Nov 01) (24)
[AutoBump] Merge with f935e3d (Nov 04) (25)
Disable JNI test
[AutoBump] Merge with fixes of 33b466e (Nov 05) (26)
[AutoBump] Merge with fixes of b856fc5 (Nov 06) (27)
[AutoBump] Merge with ba08e0f (Nov 07) (28)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
DO NOT merge, just to look at our diff