Gromacs
2020.4
|
#include "gromacs/gpu_utils/gpu_vec.cuh"
#include "gromacs/gpu_utils/gputraits.cuh"
#include "gromacs/gpu_utils/hostallocator.h"
#include "gromacs/listed_forces/gpubonded.h"
#include "gromacs/pbcutil/pbc_aiuc.h"
Declares GPU implementation class for CUDA bonded interactions.
This header file is needed to include from both the device-side kernels file, and the host-side management code.
Classes | |
struct | gmx::HostInteractionList |
Version of InteractionList that supports pinning. More... | |
class | gmx::GpuBonded::Impl |
Implements GPU bondeds. More... | |