Move locality.h from nbnxm to mdtypes
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl.cpp
index 867f289da5f2f23223810c381276dc62a8bc6f59..a182226e3c8ac04435894641d81b65a098fb9ca0 100644 (file)
@@ -606,6 +606,10 @@ static inline int calc_shmem_required_prune(const int num_threads_z)
     return shmem;
 }
 
+/*! \brief
+ * Launch the pairlist prune only kernel for the given locality.
+ * \p numParts tells in how many parts, i.e. calls the list will be pruned.
+ */
 void gpu_launch_kernel_pruneonly(gmx_nbnxn_gpu_t           *nb,
                                  const InteractionLocality  iloc,
                                  const int                  numParts)