|
Gromacs
2023.4
|
#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_gpu_settings.h"#include "pme_gpu_staging.h"
Include dependency graph for pme_gpu_types_host.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. | |
1.8.5