Gromacs
2025-dev-20241003-bd59e46
|
#include <bbfft/plan.hpp>
#include <sycl/sycl.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::ImplSyclBbfft |
A 3D FFT wrapper class for performing R2C/C2R transforms using SYCL + double-batched FFT library (internally known as bbfft). More... | |