File indexing completed on 2024-04-06 12:03:45
0001 #ifndef CUDADataFormats_PortableTestObjects_interface_TestDeviceCollection_h
0002 #define CUDADataFormats_PortableTestObjects_interface_TestDeviceCollection_h
0003
0004 #include "CUDADataFormats/Common/interface/PortableDeviceCollection.h"
0005 #include "DataFormats/PortableTestObjects/interface/TestSoA.h"
0006
0007 namespace cudatest {
0008
0009
0010 using Matrix = portabletest::Matrix;
0011 using Array = portabletest::Array;
0012
0013
0014 using TestDeviceCollection = cms::cuda::PortableDeviceCollection<portabletest::TestSoA>;
0015
0016 }
0017
0018 #endif