Gromacs
2025.0-dev-20241014-f673b97
|
#include "gmxpre.h"
#include "gpu_3dfft_hip_vkfft.h"
#include <vkFFT.h>
#include <string>
#include "gromacs/gpu_utils/device_stream.h"
#include "gromacs/gpu_utils/devicebuffer.h"
#include "gromacs/hardware/device_information.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/fatalerror.h"
#include "gromacs/utility/gmxassert.h"
Implements GPU 3D FFT routines for VkFFT with HIP.
Classes | |
class | gmx::Gpu3dFft::ImplHipVkFft::Impl |
Impl class. More... | |
Functions | |
void | gmx::anonymous_namespace{gpu_3dfft_hip_vkfft.cpp}::handleFftError (VkFFTResult result, const std::string &msg) |
Helper for consistent error handling. | |