Gromacs
2018.7
|
Implements common util routines for different NBNXN GPU implementations.
Functions | |
static bool | canSkipWork (const gmx_nbnxn_gpu_t *nb, int iloc) |
An early return condition for empty NB GPU workloads. More... | |
|
inlinestatic |
An early return condition for empty NB GPU workloads.
This is currently used for non-local kernels/transfers only. Skipping the local kernel is more complicated, since the local part of the force array also depends on the non-local kernel. The skip of the local kernel is taken care of separately.