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

Use of generic FFT and cuFFT library on CPUs/GPUs in x3div #38

Open
pbartholomew08 opened this issue Apr 5, 2022 · 0 comments
Open
Milestone

Comments

@pbartholomew08
Copy link
Member

pbartholomew08 commented Apr 5, 2022

To make sure that x3div can use the generic FFT (no need for external librairies) on CPU/GPU, and the cuFFT on NVIDIA GPUs. Default setting should be FFT generic option.

It should be noted that the generic FFT currently need explicit Openacc code to run on NVIDIA GPUs. We need an update on this from NVIDIA. See other issue raised for this problem with openacc (we want to avoid openacc and rely only on do concurrent.

Discussion about FFTW: do we need to have this option available?

@pbartholomew08 pbartholomew08 added this to the v2 milestone Apr 5, 2022
@tlestang tlestang changed the title V2 project (hack_DC_TGV branch): use of generic FFT and cuFFT library on CPUs/GPUs (noted that the generic FFT currently need explicit Openacc code) Use of generic FFT and cuFFT library on CPUs/GPUs (noted that the generic FFT currently need explicit Openacc code) Apr 6, 2022
@slaizet slaizet changed the title Use of generic FFT and cuFFT library on CPUs/GPUs (noted that the generic FFT currently need explicit Openacc code) Use of generic FFT and cuFFT library on CPUs/GPUs in x3div May 24, 2022
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

No branches or pull requests

1 participant