Move GPU devices management into hardware subfolder
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits.h
index e3a3a9275eb471193f6c42b2b227239ed125f01b..79ccaa64aab5088b68f03159f13ca9abf7ac1a84 100644 (file)
 
 using DeviceTexture = void*;
 
-//! \internal Stub for device information.
-struct DeviceInformation
-{
-    // No member needed
-};
-
 //! \brief Single GPU call timing event
 using CommandEvent = void*;