Event-based Dependency for GPU Force Halo Exchange
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_gpu.h
index 423ec5b9254cdc9a7f9b7a3cc86bb739e2960aa9..7a4a94b6a52f5888932418bcce202b1391e97808 100644 (file)
@@ -328,11 +328,5 @@ void nbnxn_gpu_add_nbat_f_to_f(gmx::AtomLocality gmx_unused atomLocality,
 CUDA_FUNC_QUALIFIER
 void nbnxn_wait_x_on_device(gmx_nbnxn_gpu_t gmx_unused* nb) CUDA_FUNC_TERM;
 
-/*! \brief Ensure local stream waits for non-local stream
- * \param[in] nb                   The nonbonded data GPU structure
- */
-CUDA_FUNC_QUALIFIER
-void nbnxn_stream_local_wait_for_nonlocal(gmx_nbnxn_gpu_t gmx_unused* nb) CUDA_FUNC_TERM;
-
 } // namespace Nbnxm
 #endif