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

Cfft #84

Merged
merged 52 commits into from
Oct 12, 2023
Merged

Cfft #84

merged 52 commits into from
Oct 12, 2023

Conversation

mbertuletti
Copy link
Collaborator

@mbertuletti mbertuletti commented Jun 21, 2023

Summarize the changes concisely

Changelog

Added Cooley-Turkey FFT kernel.

Added

Cooley-Turkey radix-4 and radix-2 FFT, parallel and single-core. FFT with a local load-store scheme in memory, to reduce the LSU stalls during computations.

Checklist

  • Automated tests pass
  • Code style guideline is observed

Please check our contributing guidelines before opening a Pull Request.

Copy link
Member

@SamuelRiedel SamuelRiedel left a comment

Choose a reason for hiding this comment

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

Looks good to me in general. I have a few questions and comments, and of course, we have to get the CI to pass.

software/apps/Makefile Outdated Show resolved Hide resolved
software/apps/cfft_radix2_q16/main.c Outdated Show resolved Hide resolved
software/apps/cfft_radix4_q16/main.c Outdated Show resolved Hide resolved
software/apps/cfft_radix4_q16/main.c Outdated Show resolved Hide resolved
software/runtime/data/data_cfft_radix4_q16.py Show resolved Hide resolved
Copy link
Member

@SamuelRiedel SamuelRiedel left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@mbertuletti mbertuletti merged commit 715fa0b into main Oct 12, 2023
62 checks passed
@mbertuletti mbertuletti deleted the cfft branch October 12, 2023 14:35
nicomar0 added a commit to nicomar0/mempool that referenced this pull request Nov 21, 2023
Add cfft radix-4 and radix-2 kernels
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