Gromacs
2018.8
|
#include "config.h"
#include <memory>
#include <vector>
#include "gromacs/ewald/pme.h"
#include "gromacs/gpu_utils/gpu_utils.h"
#include "gromacs/gpu_utils/hostallocator.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/basedefinitions.h"
Defines the GPU-agnostic PME GPU data structures (the host-side PME GPU data, and the GPU function parameters).
Typedefs | |
typedef PmeGpuCuda | PmeGpuSpecific |
A typedef for including the GPU host data by pointer. | |
typedef PmeGpuCudaKernelParams | PmeGpuKernelParams |
A typedef for including the GPU kernel arguments data by pointer. | |