CMS 3D CMS Logo

UnpackGPU.h
Go to the documentation of this file.
1 #ifndef EventFilter_EcalRawToDigi_plugins_UnpackGPU_h
2 #define EventFilter_EcalRawToDigi_plugins_UnpackGPU_h
3 
4 #include "DeclsForKernels.h"
5 
6 namespace ecal {
7  namespace raw {
8 
9  // FIXME: bundle up uint32_t values
10  void entryPoint(InputDataCPU const&,
11  InputDataGPU&,
12  OutputDataGPU&,
13  ScratchDataGPU&,
14  OutputDataCPU&,
15  ConditionsProducts const&,
16  cudaStream_t,
17  uint32_t const,
18  uint32_t const);
19 
20  } // namespace raw
21 } // namespace ecal
22 
23 #endif // EventFilter_EcalRawToDigi_plugins_UnpackGPU_h
void entryPoint(InputDataCPU const &, InputDataGPU &, OutputDataGPU &, ScratchDataGPU &, OutputDataCPU &, ConditionsProducts const &, cudaStream_t, uint32_t const, uint32_t const)