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

FFT App #780

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

FFT App #780

wants to merge 6 commits into from

Conversation

drichmond
Copy link
Collaborator

Adding current FFT code to replicant repository. This code was developed by @ptpan

There are two configurations:

  • 128x128, producing a 16K FFT
  • 256x256, producing a 64K FFT

drichmond and others added 6 commits May 17, 2022 16:22
* Switch to CLANG
* Unroll loading of twiddle factors and FFT computation
  * Had to pointer cast to float * to add attr_remote
* Put data (twiddles, data, output) in cache to avoid cache misses
* Switch to HW Barrier (in 256)
* Put barrier init code outside of kernel measurement tag
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