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

FFT3 optimization #71

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

Conversation

xtonik
Copy link

@xtonik xtonik commented Jun 12, 2023

Optimization of FFT3 method done in that ways:

  1. Different way of computing FFT elements indexes.
  2. Reordering commands in various way - this seems to be very unpredictable behavior.
  3. Reduced number of plus operation via two intermediate sums.
  4. Reduced number of temporary variables.

The way no.3 standing standalone worsened, but with other optimization help well. Performance was improved by 10-20%, the cost for it is worsened readability of the code.

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