Gromacs
2020.4
|
#include "gmxpre.h"
#include <array>
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
#include "pme_gpu_3dfft.h"
#include "pme_gpu_internal.h"
#include "pme_gpu_types.h"
#include "pme_gpu_types_host_impl.h"
Implements OpenCL 3D FFT routines for PME GPU.
Functions | |
static void | handleClfftError (clfftStatus status, const char *msg) |
Throws the exception on clFFT error. | |