X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Fnbnxm%2Fopencl%2Fnbnxm_ocl.cpp;fp=src%2Fgromacs%2Fnbnxm%2Fopencl%2Fnbnxm_ocl.cpp;h=b4b28c06526441dbc7f2b5e162a4a1d56bd4bb13;hp=3bde29600811dddcd8e7ad6ef88b37553bac18b5;hb=f96b513f23d608e7f3138875937c031f255f49c3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5 diff --git a/src/gromacs/nbnxm/opencl/nbnxm_ocl.cpp b/src/gromacs/nbnxm/opencl/nbnxm_ocl.cpp index 3bde296008..b4b28c0652 100644 --- a/src/gromacs/nbnxm/opencl/nbnxm_ocl.cpp +++ b/src/gromacs/nbnxm/opencl/nbnxm_ocl.cpp @@ -654,7 +654,8 @@ void gpu_launch_kernel(NbnxmGpu* nb, const gmx::StepWorkload& stepWork, const Nb * for OpenCL local memory. * * \param[in] num_threads_z cj4 concurrency equal to the number of threads/work items in the 3-rd - * dimension. \returns the amount of local memory in bytes required by the pruning kernel + * dimension. + * \returns the amount of local memory in bytes required by the pruning kernel */ static inline int calc_shmem_required_prune(const int num_threads_z) {