Add timing accumulation capability into GpuRegionTimer
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_cuda / nbnxn_cuda_types.h
index ceb3a3dafdf5c01b8f0df8b520844d5dd18f8cd8..0e0be3c1e1452fe9a2907880a70e7dee997a2201 100644 (file)
@@ -276,7 +276,7 @@ struct gmx_nbnxn_cuda_t
      * setting bDoTime needs to be change if this CUDA "feature" gets fixed. */
     bool                 bDoTime;   /**< True if event-based timing is enabled.               */
     cu_timers_t         *timers;    /**< CUDA event-based timers.                             */
-    gmx_wallclock_gpu_t *timings;   /**< Timing data.                                         */
+    gmx_wallclock_gpu_t *timings;   /**< Timing data. TODO: deprecate this and query timers for accumulated data instead */
 };
 
 #ifdef __cplusplus