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] Add OnnxToTorch and TorchToLinalg support for trig ops #2903

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

vivekkhandelwal1
Copy link
Collaborator

This commit adds the OnnxToTorch lowering for cosh, acosh, asin, asinh, and atanh op.
This commit also adds the TorchToLinalg lowering for acosh, asin, asinh, and atanh op.

Signed-Off By: Vivek Khandelwal vivekkhandelwal1424@gmail.com

This commit adds the OnnxToTorch lowering for cosh, acosh, asin, asinh,
and atanh op.
This commit also adds the TorchToLinalg lowering for acosh, asin, asinh,
and atanh op.

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Copy link
Collaborator

@ramiro050 ramiro050 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vivekkhandelwal1 vivekkhandelwal1 merged commit d6d1a17 into llvm:main Feb 14, 2024
3 checks passed
@vivekkhandelwal1 vivekkhandelwal1 deleted the onnx-ops branch February 14, 2024 06:28
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.

2 participants