|
Gromacs
2026.1
|
#include "gromacs/listed_forces/listed_forces_gpu.h"#include "gromacs/mdtypes/locality.h"#include "gromacs/nbnxm/gpu_types_common.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/range.h"
Include dependency graph for gpu_common_utils.h:
This graph shows which files directly or indirectly include this file:Implements common util routines for different NBNXN GPU implementations.
Functions | |
| static bool | gmx::canSkipNonbondedWork (const NbnxmGpu &nb, InteractionLocality iloc) |
| An early return condition for empty NB GPU workloads. More... | |
| static Range< int > | gmx::getGpuAtomRange (const NBAtomDataGpu *atomData, const AtomLocality atomLocality) |
| Calculate atom range and return start index and length. More... | |
1.8.5