Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:05:45

0001 #ifndef HeterogeneousCore_CUDATest_plugins_TestAlgo_h
0002 #define HeterogeneousCore_CUDATest_plugins_TestAlgo_h
0003 
0004 #include "CUDADataFormats/PortableTestObjects/interface/TestDeviceCollection.h"
0005 #include "CUDADataFormats/PortableTestObjects/interface/TestHostCollection.h"
0006 
0007 namespace cudatest {
0008 
0009   class TestAlgo {
0010   public:
0011     void fill(cudatest::TestDeviceCollection& collection, cudaStream_t stream) const;
0012     void fill(cudatest::TestHostCollection& collection) const;
0013   };
0014 
0015 }  // namespace cudatest
0016 
0017 #endif  // HeterogeneousCore_CUDATest_plugins_TestAlgo_h