Gromacs
2025-dev-20241007-5b8bb96
|
#include "gmxpre.h"
#include "gpu_3dfft_ocl_vkfft.h"
#include "config.h"
#include <vkFFT.h>
#include <string>
#include "gromacs/gpu_utils/device_context.h"
#include "gromacs/gpu_utils/device_stream.h"
#include "gromacs/gpu_utils/devicebuffer.h"
#include "gromacs/gpu_utils/gmxopencl.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/fatalerror.h"
#include "gromacs/utility/gmxassert.h"
Implements GPU 3D FFT routines for OpenCL.
Classes | |
class | gmx::Gpu3dFft::ImplOclVkfft::Impl |
Impl class. More... | |
Functions | |
void | gmx::anonymous_namespace{gpu_3dfft_ocl_vkfft.cpp}::handleFftError (VkFFTResult result, const std::string &msg) |
Helper for consistent error handling. | |