|
Gromacs
2026.3
|
#include "gmxpre.h"#include <cassert>#include <cmath>#include <cstdio>#include <algorithm>#include "gromacs/gpu_utils/devicebuffer.h"#include "gromacs/gpu_utils/gputraits.h"#include "gromacs/gpu_utils/hiputils.h"#include "gromacs/gpu_utils/typecasts_cuda_hip.h"#include "gromacs/gpu_utils/vectype_ops_hip.h"#include "gromacs/math/functions.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/pbcutil/pbc_aiuc_hip.h"#include "gromacs/utility/template_mp.h"#include "gromacs/utility/vec.h"#include "settle_gpu_internal.h"
Include dependency graph for settle_gpu_internal_hip.cpp:HIP-specific routines for the GPU implementation of SETTLE constraints algorithm.
1.8.5