Fix minor nit-picks
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits.cuh
index 724163259df9031262b73285b2352e263df9e749..76606611b8e329604037052571ad948398009d26 100644 (file)
  * \inlibraryapi
  * \ingroup module_gpu_utils
  */
-
 #include <cuda_runtime.h>
 
+#include "gromacs/hardware/gpu_hw_info.h"
+
 /*! \brief CUDA device information.
  *
  * The CUDA device information is queried and set at detection and contains
@@ -59,8 +60,8 @@ struct DeviceInformation
     int id;
     //! CUDA device properties.
     cudaDeviceProp prop;
-    //! Result of the device check.
-    int stat;
+    //! Device status.
+    DeviceStatus stat;
 };
 
 //! \brief Single GPU call timing event - meaningless in CUDA