Pass the GPU streams to StatePropagatorDataGpu constructor
[alexxy/gromacs.git] / src / gromacs / mdlib / update_constrain_cuda_impl.cpp
index b5823ed97fbbe55612fb4fc6a5dd237719192068..f8f9c45a522ad71a98371f65cd2d6c00aa4950e5 100644 (file)
@@ -93,6 +93,11 @@ void UpdateConstrainCuda::setPbc(gmx_unused const t_pbc *pbc)
     GMX_ASSERT(false, "A CPU stub for UpdateConstrain was called insted of the correct implementation.");
 }
 
+void UpdateConstrainCuda::synchronizeStream()
+{
+    GMX_ASSERT(false, "A CPU stub for UpdateConstrain was called insted of the correct implementation.");
+}
+
 }      // namespace gmx
 
 #endif /* GMX_GPU != GMX_GPU_CUDA */