Bug fix for nonlocal D2H coordinate transfer synchronization
[alexxy/gromacs.git] / src / gromacs / nbnxm / cuda / nbnxm_cuda.cu
index c59a4a828573c8ce324d265bbf7e1654817cd63e..4f2c54132fdac61d9858a77be88a07329acbe56f 100644 (file)
@@ -945,11 +945,6 @@ void nbnxn_gpu_add_nbat_f_to_f(const AtomLocality                         atomLo
     }
 }
 
-void nbnxn_wait_nonlocal_x_copy_D2H_done(gmx_nbnxn_cuda_t* nb)
-{
-    nb->xNonLocalCopyD2HDone->waitForEvent();
-}
-
 void nbnxn_stream_local_wait_for_nonlocal(gmx_nbnxn_cuda_t* nb)
 {
     cudaStream_t localStream    = nb->stream[InteractionLocality::Local];