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

mlx - implement fft2, rfft, and irfft and fix fft #20781

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

acsweet
Copy link

@acsweet acsweet commented Jan 18, 2025

This is addressing #19571

Added implementations for fft2, rfft, and irfft
Fixed my last implementation of fft to align with the other backends.

All relevant tests from keras/src/ops/math_test.py::MathOpsCorrectnessTest for fft, fft2, rfft, and irfft passed

Copy link
Collaborator

@fchollet fchollet left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels Jan 18, 2025
@fchollet fchollet merged commit 9b75b86 into keras-team:mlx Jan 18, 2025
3 of 9 checks passed
@google-ml-butler google-ml-butler bot removed ready to pull Ready to be merged into the codebase kokoro:force-run labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants