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

amrex::FFT #4193

Merged
merged 18 commits into from
Oct 21, 2024
Merged

amrex::FFT #4193

merged 18 commits into from
Oct 21, 2024

Conversation

WeiqunZhang
Copy link
Member

Add parallel FFT capability to AMReX. It relies on FFTW3, cuFFT, rocFFT and oneMKL, for CPU, CUDA, HIP and SYCL builds, respectively.

Add parallel FFT capability to AMReX. It relies on FFTW3, cuFFT, rocFFT and
oneMKL, for CPU, CUDA, HIP and SYCL builds, respectively.
@WeiqunZhang
Copy link
Member Author

This is still work in progress. But the cmake part is ready for review. @sayerhs, when you have time, could you review the cmake part?

@WeiqunZhang WeiqunZhang marked this pull request as ready for review October 19, 2024 23:38
@WeiqunZhang
Copy link
Member Author

The CMake stuff has been tested in GitHub CI, my workstation, perlmutter, frontier, and aurora. Both CPU and GPU builds work on these systems. I suppose it's good enough for now. We can fix any issues later.

@WeiqunZhang WeiqunZhang merged commit b00c828 into AMReX-Codes:development Oct 21, 2024
59 checks passed
@WeiqunZhang WeiqunZhang deleted the fft branch October 21, 2024 17:19
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