Make DeviceContext into a proper class
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits.h
index 0229ea443c60c7454a99e50c1751637734dd1964..a36a5cc3bcf5b8ad3db267a42f873c4547712147 100644 (file)
 #define GMX_GPU_UTILS_GPUTRAITS_H
 
 /*! \libinternal \file
- *  \brief Declares the GPU type traits for non-GPU builds
+ *  \brief Declares the GPU type traits for non-GPU builds.
+ *
  *  \author Mark Abraham <mark.j.abraham@gmail.com>
+ *  \author Artem Zhmurov <zhmurov@gmail.com>
  *
  * \inlibraryapi
  * \ingroup module_gpu_utils
@@ -65,8 +67,6 @@ struct DeviceInformation
 using CommandStream = void*;
 //! \brief Single GPU call timing event
 using CommandEvent = void*;
-//! \brief GPU context
-using DeviceContext = void*;
 
 #endif // GMX_GPU