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 aten.special.expm1 op lowering #3878

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

vivekkhandelwal1
Copy link
Collaborator

This commit adds the support for torch.aten.special.expm1 op by decomposing it into torch.aten.expm1 op.

This commit adds the support for torch.aten.special.expm1 op by
decomposing it into torch.aten.expm1 op.

Signed-off-by: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
@vivekkhandelwal1 vivekkhandelwal1 requested review from rsuderman and zjgarvey and removed request for zjgarvey December 10, 2024 07:45
Copy link
Collaborator

@zjgarvey zjgarvey left a comment

Choose a reason for hiding this comment

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

Is this one of the ops that failed after a pytorch update?

@vivekkhandelwal1
Copy link
Collaborator Author

Is this one of the ops that failed after a pytorch update?

Yeah, part of this list: #3796.

@vivekkhandelwal1 vivekkhandelwal1 merged commit 5a5cc6b into llvm:main Dec 11, 2024
3 checks passed
@vivekkhandelwal1 vivekkhandelwal1 deleted the fix-fx-tests branch December 11, 2024 05:06
rahuls-cerebras added a commit that referenced this pull request Jan 3, 2025
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