Add missing GPU force reduction cycle counting
[alexxy/gromacs.git] / src / gromacs / mdlib / gpuforcereduction_impl.cpp
index ff32deef965ed9f30177a52902020af424fc9399..69876c7d15711ad318c4c193cfd09d25e66639c1 100644 (file)
@@ -57,7 +57,8 @@ class GpuForceReduction::Impl
 };
 
 GpuForceReduction::GpuForceReduction(const DeviceContext& /* deviceContext */,
-                                     const DeviceStream& /* deviceStream */) :
+                                     const DeviceStream& /* deviceStream */,
+                                     gmx_wallcycle* /*wcycle*/) :
     impl_(nullptr)
 {
     GMX_ASSERT(false, "A CPU stub has been called instead of the correct implementation.");