-
Notifications
You must be signed in to change notification settings - Fork 622
[TORCH][MLIR] Add E2E support for aten.permute. #376
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
Merged
Merged
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
ramiro050
reviewed
Oct 25, 2021
ramiro050
reviewed
Oct 25, 2021
ramiro050
reviewed
Oct 25, 2021
ramiro050
reviewed
Oct 25, 2021
cathyzhyi
reviewed
Oct 25, 2021
ramiro050
reviewed
Oct 25, 2021
gpetters94
approved these changes
Oct 26, 2021
81da2c3 to
88265d9
Compare
Collaborator
Author
|
@ramiro050 @cathyzhyi , I have addressed all comments, please re-review. Thanks! |
88265d9 to
b4f53dc
Compare
cathyzhyi
reviewed
Oct 26, 2021
b4f53dc to
9830594
Compare
ramiro050
reviewed
Oct 26, 2021
ramiro050
reviewed
Oct 26, 2021
ramiro050
reviewed
Oct 26, 2021
ramiro050
reviewed
Oct 26, 2021
9830594 to
1c3997e
Compare
ramiro050
reviewed
Oct 27, 2021
ramiro050
reviewed
Oct 27, 2021
This commit adds lowering of aten.permute to linalg.generic operation. Signed-Off-By: Prateek Gupta <prateek@nod-labs.com>
1c3997e to
016d6a1
Compare
Collaborator
|
Thanks! LGTM! |
qedawkins
pushed a commit
to nod-ai/torch-mlir
that referenced
this pull request
Oct 3, 2022
* Fix the numerical stability issue in ReduceLogSumExp Signed-off-by: Tung D. Le <tung@jp.ibm.com> * Use onnx 1.8 to generate ONNX ops definition Signed-off-by: Tung D. Le <tung@jp.ibm.com> Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
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.
This commit adds lowering of aten.permute to linalg.generic operation.
Signed-Off-By: Prateek Gupta prateek@nod-labs.com