Gromacs
2024.4
|
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/real.h"
Declares GPU reference kernel.
Functions | |
void | nbnxn_kernel_gpu_ref (const NbnxnPairlistGpu *nbl, const nbnxn_atomdata_t *nbat, const interaction_const_t *iconst, gmx::ArrayRef< const gmx::RVec > shiftvec, const gmx::StepWorkload &stepWork, int clearF, gmx::ArrayRef< real > f, real *fshift, real *Vc, real *Vvdw) |
Reference (slow) kernel for nb n vs n GPU type pair lists. | |