Remove texture reference support in the CUDA
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.cpp
index 401994a6817827b6f1918ec20cd603a7385006f1..6f6d28fe47b73c5965f891a5f7acad28dff23086 100644 (file)
@@ -2271,6 +2271,8 @@ static void init_nb_verlet(const gmx::MDLogger     &mdlog,
                        cr->nodeid,
                        (nbv->ngrp > 1));
 
+        // TODO: with the texture reference support removed, this barrier is
+        //       in principle not needed. Remove now or do it in a follow-up?
         /* With tMPI + GPUs some ranks may be sharing GPU(s) and therefore
          * also sharing texture references. To keep the code simple, we don't
          * treat texture references as shared resources, but this means that