Gromacs
2024.3
|
#include "config.h"
#include <memory>
#include <vector>
#include "gromacs/ewald/pme.h"
#include "gromacs/ewald/pme_gpu_program.h"
#include "gromacs/gpu_utils/clfftinitializer.h"
#include "gromacs/gpu_utils/hostallocator.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/gmxmpi.h"
#include "pme_force_sender_gpu.h"
#include "pme_gpu_settings.h"
#include "pme_gpu_staging.h"
Defines the host-side PME GPU data structures.
Typedefs | |
typedef int | PmeGpuSpecific |
A dummy typedef for the GPU host data placeholder on non-GPU builds. | |
typedef int | PmeGpuHaloExchange |
typedef int | PmeGpuKernelParams |
A dummy typedef for the GPU kernel arguments data placeholder on non-GPU builds. | |