Remove NVML support
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpu_utils.h
index 65d8502e39e6d8ee6a9842dffdcd2e7c524f3dd0..ace93a5e3a6f01e4a9d986caf414777e62318a81 100644 (file)
@@ -58,7 +58,6 @@ struct gmx_gpu_info_t;
 
 namespace gmx
 {
-class MDLogger;
 }
 
 //! Enum which is only used to describe transfer calls at the moment
@@ -143,15 +142,13 @@ void free_gpu_info(const gmx_gpu_info_t *gpu_info);
  * TODO Doxygen complains about these - probably a Doxygen bug, since
  * the patterns here are the same as elsewhere in this header.
  *
- *  param[in]    mdlog        log file to write to
- * \param[inout] deviceInfo   device info of the GPU to initialize
+ * \param[in]    deviceInfo   device info of the GPU to initialize
  *
  * Issues a fatal error for any critical errors that occur during
  * initialization.
  */
 GPU_FUNC_QUALIFIER
-void init_gpu(const gmx::MDLogger &GPU_FUNC_ARGUMENT(mdlog),
-              gmx_device_info_t *GPU_FUNC_ARGUMENT(deviceInfo)) GPU_FUNC_TERM
+void init_gpu(const gmx_device_info_t *GPU_FUNC_ARGUMENT(deviceInfo)) GPU_FUNC_TERM
 
 /*! \brief Frees up the CUDA GPU used by the active context at the time of calling.
  *