CMS 3D CMS Logo

CopyToHost.h
Go to the documentation of this file.
1 #ifndef HeterogeneousCore_AlpakaInterface_interface_CopyToHost_h
2 #define HeterogeneousCore_AlpakaInterface_interface_CopyToHost_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 {
55  template <typename TDeviceData>
56  struct CopyToHost;
57 } // namespace cms::alpakatools
58 
59 #endif