SYCL PME Gather kernel
[alexxy/gromacs.git] / src / gromacs / ewald / pme_gather.cu
index 28de3817e5fcd6a4fc004e27cfdd1d9f32199e26..3964b3e7c94052bb79480d83c9890712a0008945 100644 (file)
@@ -310,8 +310,6 @@ __device__ __forceinline__ void sumForceComponents(float* __restrict__ fx,
  * \param[in] gm_coefficients     Global memory array of the coefficients to use for an unperturbed
  * or FEP in state A if a single grid is used (\p multiCoefficientsSingleGrid == true).If two
  * separate grids are used this should be the coefficients of the grid in question.
- * \param[in] gm_coefficientsB    Global memory array of the coefficients to use for FEP in state B.
- * Should be nullptr if two separate grids are used.
  */
 __device__ __forceinline__ void calculateAndStoreGridForces(float3* __restrict__ sm_forces,
                                                             const int   forceIndexLocal,