CMS 3D CMS Logo

CopyToDevice.h
Go to the documentation of this file.
1 #ifndef HeterogeneousCore_AlpakaInterface_interface_CopyToDevice_h
2 #define HeterogeneousCore_AlpakaInterface_interface_CopyToDevice_h
3 
4 // TODO: this utility class is specific to CMSSW, but needs to be in a
5 // package that is suitable as DataFormat dependence
6 
7 namespace cms::alpakatools {
31  template <typename THostData>
32  struct CopyToDevice;
33 } // namespace cms::alpakatools
34 
35 #endif