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

[MLIR][TORCH] Extend support for OnnxToLinalg lowering for Dropout and Div op #2938

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

vivekkhandelwal1
Copy link
Collaborator

@vivekkhandelwal1 vivekkhandelwal1 commented Feb 21, 2024

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
This commit adds the support for failing OnnxToLinalg lowering tests
for aten.dropout op.
This commit also add the TorchToLinalg lowering and canonicalizer
for AtenFloatImplicitOp and AtenIntImplicitOp.

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
@vivekkhandelwal1 vivekkhandelwal1 merged commit d81747e into llvm:main Feb 27, 2024
3 checks passed
@vivekkhandelwal1 vivekkhandelwal1 deleted the fix-onnxtolinalg branch February 27, 2024 05:32
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.

Add support for Div OnnxToLinalg lowering | Vivek
2 participants