|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gpu_3dfft_sycl_vkfft.h"#include "config.h"#include <vkFFT.h>#include <string>#include "gromacs/gpu_utils/device_stream.h"#include "gromacs/gpu_utils/devicebuffer.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/fatalerror.h"#include "gromacs/utility/gmxassert.h"
Include dependency graph for gpu_3dfft_sycl_vkfft.cpp:Implements GPU 3D FFT routines for AdaptiveCpp using vkFFT.
Classes | |
| class | gmx::Gpu3dFft::ImplSyclVkfft::Impl |
| Impl class. More... | |
Functions | |
| void | gmx::anonymous_namespace{gpu_3dfft_sycl_vkfft.cpp}::handleFftError (VkFFTResult result, const std::string &msg) |
| Helper for consistent error handling. | |
| template<typename NativeQueue > | |
| static void | gmx::launchVkFft (const DeviceBuffer< float > &realGrid, const DeviceBuffer< float > &complexGrid, NativeQueue queue, gmx_fft_direction fftDirection, VkFFTApplication *application, VkFFTLaunchParams *launchParams) |
1.8.5