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

feat(frontends): Implemented numpy fftn with tests #26917

Merged
merged 5 commits into from
Mar 3, 2024

Conversation

AwkNinja
Copy link
Contributor

PR Description

Implemented frontend for numpy fftn with tests.

Related Issue

Closes #26585

Checklist

  • Did you add a function?
  • Did you add the tests?
  • Did you run your tests and are your tests passing?
  • Did pre-commit not fail on any check?
  • Did you follow the steps we provided?

Socials

@github-actions
Copy link
Contributor

Thank you for this PR, here is the CI results:


This pull request does not result in any additional test failures. Congratulations!

@ivy-leaves ivy-leaves added the NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist label Oct 11, 2023
@AwkNinja
Copy link
Contributor Author

Hi @saeedashrraf there should be a few failing test cases with tensorflow and paddle as the backend which will be resolved once this PR is merged. Please take a look when you have time. Thanks!

Copy link
Contributor

@Ishticode Ishticode left a comment

Choose a reason for hiding this comment

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

Hi @AwkNinja
Thanks for the PR.
This was a good implementation with minor gather related hiccups that I have just fixed. We didn't really need the other PR that you linked. All tests are fixed and passing now. Thank you very much :)

@Ishticode Ishticode assigned Ishticode and unassigned Fayad-Alman Mar 3, 2024
@Ishticode Ishticode merged commit 6625044 into Transpile-AI:main Mar 3, 2024
131 of 140 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fftn
5 participants