DeviceBuffer headers are added
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits_ocl.h
index 9d8575788d77cfe9c93d557f0b14a3f54cb638c9..adf6f9508f6f43fc144e126e78f5dc95932355e0 100644 (file)
@@ -48,8 +48,7 @@
 using CommandStream = cl_command_queue;
 //! \brief Single GPU call timing event
 using CommandEvent  = cl_event;
-//! \brief A device-side buffer of ValueTypes
-template<typename ValueType>
-using DeviceBuffer  = cl_mem;
+//! \brief Context used explicitly in OpenCL
+using Context       = cl_context;
 
 #endif