Move DeviceInfo into GPU traits
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_setup.cpp
index c45d54decf96dde6ba8640999fa7d41b4e8f627c..9cadba3743cb304a6c17d88c7f51fccf42593129 100644 (file)
@@ -362,7 +362,7 @@ std::unique_ptr<nonbonded_verlet_t> init_nb_verlet(const gmx::MDLogger&     mdlo
                                                    const t_forcerec*        fr,
                                                    const t_commrec*         cr,
                                                    const gmx_hw_info_t&     hardwareInfo,
-                                                   const gmx_device_info_t* deviceInfo,
+                                                   const DeviceInformation* deviceInfo,
                                                    const gmx_mtop_t*        mtop,
                                                    matrix                   box,
                                                    gmx_wallcycle*           wcycle)