CMS 3D CMS Logo

Classes | Namespaces | Typedefs
PortableCollection.h File Reference
#include <alpaka/alpaka.hpp>
#include "DataFormats/Portable/interface/PortableHostCollection.h"
#include "DataFormats/Portable/interface/PortableDeviceCollection.h"
#include "HeterogeneousCore/AlpakaInterface/interface/CopyToDevice.h"
#include "HeterogeneousCore/AlpakaInterface/interface/CopyToHost.h"

Go to the source code of this file.

Classes

struct  cms::alpakatools::CopyToDevice< PortableHostCollection< TLayout > >
 
struct  cms::alpakatools::CopyToHost< PortableDeviceCollection< TLayout, TDevice > >
 
struct  traits::PortableCollectionTrait< T, TDev, typename >
 
struct  traits::PortableCollectionTrait< T, alpaka_common::DevHost >
 

Namespaces

 cms::alpakatools
 
 traits
 

Typedefs

template<typename T , typename TDev , typename = std::enable_if_t<alpaka::isDevice<TDev>>>
using PortableCollection = typename traits::PortableCollectionTrait< T, TDev >::CollectionType
 

Typedef Documentation

◆ PortableCollection

template<typename T , typename TDev , typename = std::enable_if_t<alpaka::isDevice<TDev>>>
using PortableCollection = typename traits::PortableCollectionTrait<T, TDev>::CollectionType

Definition at line 29 of file PortableCollection.h.