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

Improve dft #186

Merged
merged 9 commits into from
May 1, 2018
Merged

Improve dft #186

merged 9 commits into from
May 1, 2018

Conversation

shibatch
Copy link
Owner

This is a combined patch for improving DFT.

  • The butterfly kernels are all replaced.
  • 128-point butterfly kernels are added.
  • Improved transposer.
  • Improved generator for execution plan.
  • Added fftwtest. This tester compares the output from SleefDFT to that from fftw.
  • Added roundtrip test. These tests are used when fftw is not available. It generates random input data, executes forward transform, and the backward transform. Then, it compares the results with the original data.
  • A few functions in helperavx512f.h are replaced with better ones.
  • Kernels that use streaming instructions are optional to be compiled in.

@shibatch shibatch merged commit 0aac2e8 into master May 1, 2018
@shibatch shibatch deleted the Improve_DFT branch May 1, 2018 08:50
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.

None yet

1 participant