CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DecodeGPU.h
Go to the documentation of this file.
1 #ifndef EventFilter_HcalRawToDigi_interface_DecodeGPU_h
2 #define EventFilter_HcalRawToDigi_interface_DecodeGPU_h
3 
4 #include "DeclsForKernels.h"
5 
6 namespace hcal {
7  namespace raw {
8 
9  void entryPoint(InputDataCPU const&,
10  InputDataGPU&,
11  OutputDataGPU&,
12  ScratchDataGPU&,
13  OutputDataCPU&,
14  ConditionsProducts const&,
15  ConfigurationParameters const&,
16  cudaStream_t cudaStream,
17  uint32_t const,
18  uint32_t const);
19 
20  }
21 } // namespace hcal
22 
23 #endif // EventFilter_HcalRawToDigi_interface_DecodeGPU_h
void entryPoint(InputDataCPU const &, InputDataGPU &, OutputDataGPU &, ScratchDataGPU &, OutputDataCPU &, ConditionsProducts const &, ConfigurationParameters const &, cudaStream_t cudaStream, uint32_t const, uint32_t const)