|
Gromacs
2025.3
|
#include "gmxpre.h"#include "config.h"#include "gromacs/gpu_utils/device_stream.h"#include "gromacs/gpu_utils/gpueventsynchronizer.h"#include "gromacs/mdtypes/locality.h"#include "gromacs/nbnxm/gridset.h"#include "gromacs/nbnxm/nbnxm_gpu.h"#include "gromacs/nbnxm/nbnxm_gpu_buffer_ops_internal.h"#include "gromacs/utility/exceptions.h"
Include dependency graph for nbnxm_gpu_buffer_ops.cpp:Common code for GPU buffer operations, namely the coordinate layout conversion.
Functions | |
| void | gmx::nbnxn_gpu_x_to_nbat_x (const Grid &grid, NbnxmGpu *nb, DeviceBuffer< RVec > d_x, GpuEventSynchronizer *xReadyOnDevice, const AtomLocality locality, int gridId, int numColumnsMax, bool mustInsertNonLocalDependency) |
1.8.5