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 {
32  template <typename TDeviceData>
33  struct CopyToHost;
34 } // namespace cms::alpakatools
35 
36 #endif