Gromacs
2022.1
|
#include "gmxpre.h"
#include "config.h"
#include "gromacs/gpu_utils/gpueventsynchronizer.h"
#include "gromacs/mdlib/leapfrog_gpu.h"
#include "gromacs/mdlib/lincs_gpu.h"
#include "gromacs/mdlib/settle_gpu.h"
#include "gromacs/mdlib/update_constrain_gpu.h"
#include "gromacs/mdtypes/inputrec.h"
Declares GPU implementation class for update and constraints.
This header file is needed to include from both the device-side kernels file, and the host-side management code.
Classes | |
class | gmx::UpdateConstrainGpu::Impl |
Class with interfaces and data for GPU version of Update-Constraint. More... | |