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

Make in-place FFT optional #155

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Commits on Oct 1, 2024

  1. Add option to not do in-place FFT

    This is currently disabled for cuFFT but enabled for hipFFT.
    
    In-place FFTs seem to be an issue for ROCm at the moment. This is a
    temporary workaround.
    samhatfield committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    697684d View commit details
    Browse the repository at this point in the history
  2. Fix case inconsistencies

    Co-authored-by: lukasm91 <[email protected]>
    samhatfield and lukasm91 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    89def35 View commit details
    Browse the repository at this point in the history