Make DeviceContext into a proper class
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits_ocl.h
index 00d9cba90d95de2b2e52a8b5055aeea07ed2d371..caf837552a453222ede9f11df25f7bc3a9987353 100644 (file)
@@ -37,7 +37,9 @@
 
 /*! \libinternal \file
  *  \brief Declares the OpenCL type traits.
+ *
  *  \author Aleksei Iupinov <a.yupinov@gmail.com>
+ *  \author Artem Zhmurov <zhmurov@gmail.com>
  *
  * \inlibraryapi
  * \ingroup module_gpu_utils
@@ -81,8 +83,6 @@ struct DeviceInformation
 using CommandStream = cl_command_queue;
 //! \brief Single GPU call timing event
 using CommandEvent = cl_event;
-//! \brief Context used explicitly in OpenCL
-using DeviceContext = cl_context;
 
 /*! \internal \brief
  * GPU kernels scheduling description. This is same in OpenCL/CUDA.