Make DeviceStream into a class
[alexxy/gromacs.git] / src / gromacs / domdec / gpuhaloexchange_impl.cpp
index c8ca5df8c21381c18dfcf7d86e97a9029fb920ff..1e22b4016eef582c1ac4ba0b7e8697328ef9a1f0 100644 (file)
@@ -63,8 +63,8 @@ class GpuHaloExchange::Impl
 GpuHaloExchange::GpuHaloExchange(gmx_domdec_t* /* dd */,
                                  MPI_Comm /* mpi_comm_mysim */,
                                  const DeviceContext& /* deviceContext */,
-                                 void* /*streamLocal */,
-                                 void* /*streamNonLocal */,
+                                 const DeviceStream& /*streamLocal */,
+                                 const DeviceStream& /*streamNonLocal */,
                                  int /*pulse */) :
     impl_(nullptr)
 {