Gromacs
2025-dev-20240906-b7d3419
|
#include "gmxpre.h"
#include "gpu_3dfft_hipfft.h"
#include <rocfft/rocfft.h>
#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"
Implements GPU 3D FFT routines for HIP.
Functions | |
static void | gmx::handleHipfftError (hipfftResult_t status, const char *msg) |