Use GpuEventSynchronizer in NBNXM
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm.h
index b7c3101799d1e555ef80900b0d50131e2c1f157e..960e6c2b395bfaa2856de78bc9f5c759d08a5843 100644 (file)
@@ -345,9 +345,6 @@ public:
     //! Init for GPU version of setup coordinates in Nbnxm
     void atomdata_init_copy_x_to_nbat_x_gpu() const;
 
-    //! Sync the nonlocal GPU stream with dependent tasks in the local queue.
-    void insertNonlocalGpuDependency(gmx::InteractionLocality interactionLocality) const;
-
     //! Returns a reference to the pairlist sets
     const PairlistSets& pairlistSets() const { return *pairlistSets_; }