Removed support for NVIDIA CC 2.x devices (codename Fermi)
[alexxy/gromacs.git] / src / gromacs / ewald / pme-spread.cu
index 2275dba5af4ce4f3224694f85a7f3ac340b2a17f..e45945551bf726abda200ff5229c654a05d2153e 100644 (file)
@@ -429,7 +429,7 @@ __global__ void pme_spline_and_spread_kernel(const PmeGpuCudaKernelParams kernel
     const int        atomIndexOffset = blockIndex * atomsPerBlock;
 
     /* Early return for fully empty blocks at the end
-     * (should only happen on Fermi or billions of input atoms)
+     * (should only happen for billions of input atoms)
      */
     if (atomIndexOffset >= kernelParams.atoms.nAtoms)
     {