Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/gpu_utils/gpueventsynchronizer.cuh"
#include "gromacs/mdlib/leapfrog_cuda.cuh"
#include "gromacs/mdlib/lincs_cuda.cuh"
#include "gromacs/mdlib/settle_cuda.cuh"
#include "gromacs/mdlib/update_constrain_cuda.h"
#include "gromacs/mdtypes/inputrec.h"
Declares CUDA 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::UpdateConstrainCuda::Impl |
Class with interfaces and data for CUDA version of Update-Constraint. More... | |