Gromacs
2024.4
|
#include <oneapi/mkl/dfti.hpp>
#include "gromacs/fft/fft.h"
#include "gromacs/gpu_utils/devicebuffer_datatype.h"
#include "gromacs/gpu_utils/gmxsycl.h"
#include "gromacs/gpu_utils/gputraits.h"
#include "gromacs/utility/gmxmpi.h"
#include "gpu_3dfft_impl.h"
Declares the GPU 3D FFT routines.
Classes | |
class | gmx::Gpu3dFft::ImplSyclMkl |
A 3D FFT wrapper class for performing R2C/C2R transforms using SYCL + MKL. More... | |