You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
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?
The text was updated successfully, but these errors were encountered: