#include <alpaka/alpaka.hpp>
#include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
#include "DataFormats/SiPixelClusterSoA/interface/SiPixelClustersDevice.h"
#include "DataFormats/SiPixelClusterSoA/interface/SiPixelClustersHost.h"
#include "DataFormats/SiPixelClusterSoA/interface/SiPixelClustersSoA.h"
#include "HeterogeneousCore/AlpakaInterface/interface/CopyToHost.h"
#include "HeterogeneousCore/AlpakaInterface/interface/config.h"
Go to the source code of this file.
Classes | |
struct | cms::alpakatools::CopyToHost< SiPixelClustersDevice< TDevice > > |
Namespaces | |
ALPAKA_ACCELERATOR_NAMESPACE | |
cms::alpakatools | |
Typedefs | |
using | ALPAKA_ACCELERATOR_NAMESPACE::SiPixelClustersSoACollection = std::conditional_t< std::is_same_v< Device, alpaka::DevCpu >, SiPixelClustersHost, SiPixelClustersDevice< Device > > |