|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "config.h"#include "gromacs/gpu_utils/gputraits.h"#include "gromacs/gpu_utils/hostallocator.h"#include "gromacs/listed_forces/listed_forces_gpu.h"#include "gromacs/pbcutil/pbc_aiuc.h"#include "gromacs/topology/ifunc.h"#include "gromacs/utility/enumerationhelpers.h"
Include dependency graph for listed_forces_gpu_impl.h:
This graph shows which files directly or indirectly include this file:Declares GPU implementation class for GPU 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::ListedForcesGpu::Impl |
| Implements GPU bondeds. More... | |
Variables | |
| static constexpr int | c_threadsBondedPerBlock = GMX_GPU_HIP ? 64 : 256 |
1.8.5