Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
kernel_gpu_ref.h File Reference
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/real.h"
+ Include dependency graph for kernel_gpu_ref.h:

Description

Declares GPU reference kernel.

Author
Berk Hess hess@.nosp@m.kth..nosp@m.se

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.