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

Implement e2e support for aten.acos op #2614

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Conversation

frederik-h
Copy link
Contributor

@frederik-h frederik-h commented Dec 6, 2023

See also issue #2604.

The implementation requires acos support in the MLIR Math dialect. I have created the PR llvm/llvm-project#74584 to implement this. Marking this PR as a draf until the LLVM core PR gets merged.

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, make sure to remove the externals/llvm-project changes

@frederik-h
Copy link
Contributor Author

LGTM, make sure to remove the externals/llvm-project changes

Thanks for the approval @ramiro050! I have removed the conflict, but a bump of the LLVM version is necessary since the last version bump did not yet include the commit that implements the acos operator in the Math dialect.

This depends on a change in the LLVM core repository which adds acos
support to the MLIR Math dialect.
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