Remove NVML support
[alexxy/gromacs.git] / src / gromacs / ewald / pme-gpu-types-host.h
index a372d324309fc5cb684b1c575758a5f2fef81345..63d2e660d84e5e3a9bf26e8e5b8360981455a47b 100644 (file)
@@ -201,7 +201,7 @@ struct PmeGpu
     int nAtomsAlloc;
 
     /*! \brief A pointer to the device used during the execution. */
-    gmx_device_info_t *deviceInfo;
+    const gmx_device_info_t *deviceInfo;
 
     /*! \brief Kernel scheduling grid width limit in X - derived from deviceinfo compute capability in CUDA.
      * Declared as very large int to make it useful in computations with type promotion, to avoid overflows.