forked from onnx/onnx-mlir
-
Notifications
You must be signed in to change notification settings - Fork 6
feature/onnx-to-tosa #4
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
Draft
mgehre-amd
wants to merge
2,016
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 hidden or 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
Also add support for bf16 dtype. Change tests to not contain invalid mlir
CR-1228648 Add type inference for RandomNormalLike op
…-mlir into chaitany.convtranpose_as_phased_conv
Signed-off-by: Alexandre Eichenberger <[email protected]>
…gs for dtypes (onnx#3091) * Add RandomNormalLike to ops with ResultTypeInference Signed-off-by: Rickert, Jonas <[email protected]> * Add type inference for RandomNormalLike op Signed-off-by: Rickert, Jonas <[email protected]> * Fix wrong dtype hardcoding in RandomNormal and RandomNormalLike Also add support for bf16 dtype. Change tests to not contain invalid mlir Signed-off-by: Rickert, Jonas <[email protected]> * Tests for output type inference for RandomNormalLike op Signed-off-by: Rickert, Jonas <[email protected]> --------- Signed-off-by: Rickert, Jonas <[email protected]> Co-authored-by: Sai Kiran Yeddlapalli Ganesh <[email protected]>
Chaitany.convtranpose as phased conv
Signed-off-by: Rickert, Jonas <[email protected]>
…RD_mode_recomposition Implement DepthToSpace CDR mode recomposition
convtranspose 1d decomposition
[AutoBump] Merge with 30602ba (Apr 29) (1)
[AutoBump] Merge with fixes of 66e82a9 (Apr 30) (2)
[AutoBump] Merge with 07e645b (May 06) (5)
[AutoBump] Merge with fixes of 85ccac7 [May 2] (4)
[AutoBump] Merge with fixes of e23d8ed (May 12) (6)
[AutoBump] Merge with 328c2f9 (May 13) (7)
[Autobump with fixes] Bump to 5e96d18 (Apr 22)
…o_tosa Allow lowering of (u)int4 to tosa.
Add also implementation for DepthToSpace DCR mode recomposition
[AutoBump] Merge with 6d728e8 (May 01) (3)
Bump Quantize/DequantizeLinear to opset 21, adding int4/uint4 support
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