Declares the C reference pruning only kernel.
- Author
- Berk Hess hess@.nosp@m.kth..nosp@m.se
|
template<NbnxmKernelType kernelType> |
void | gmx::nbnxmRefPruneKernel (NbnxnPairlistCpu *nbl, const nbnxn_atomdata_t *nbat, ArrayRef< const RVec > shiftvec, real rlistInner) |
| Prune a single NbnxnPairlistCpu entry with distance rlistInner . More...
|
|
template void | gmx::nbnxmRefPruneKernel< NbnxmKernelType::Cpu4x4_PlainC > (NbnxnPairlistCpu *nbl, const nbnxn_atomdata_t *nbat, ArrayRef< const RVec > shiftvec, real rlistInner) |
|
template void | gmx::nbnxmRefPruneKernel< NbnxmKernelType::Cpu1x1_PlainC > (NbnxnPairlistCpu *nbl, const nbnxn_atomdata_t *nbat, ArrayRef< const RVec > shiftvec, real rlistInner) |
|