|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Go to the source code of this file.
Classes | |
| struct | ParticleBinning::DeviceViewTraits< true, ViewType > |
| Specialization of DeviceViewTraits for when DualView is used. More... | |
| struct | ParticleBinning::DeviceViewTraits< false, ViewType > |
| Specialization of DeviceViewTraits for when DualView is not used. More... | |
| class | ParticleBinning::Histogram< size_type, bin_index_type, value_type, UseDualView, Properties > |
| Template class providing adaptive particle histogram binning with support for Kokkos Views and DualViews. More... | |
Namespaces | |
| namespace | ParticleBinning |
| struct ParticleBinning::DeviceViewTraits< true, ViewType > |
Specialization of DeviceViewTraits for when DualView is used.
Definition at line 26 of file BinHisto.h.
| Class Members | ||
|---|---|---|
| typedef typename t_dev | d_type typename ViewType::t_dev | |
| typedef typename t_host | h_type typename ViewType::t_host | |
| struct ParticleBinning::DeviceViewTraits< false, ViewType > |
Specialization of DeviceViewTraits for when DualView is not used.
Definition at line 35 of file BinHisto.h.
| Class Members | ||
|---|---|---|
| typedef ViewType | d_type ViewType | |
| typedef ViewType | h_type ViewType | |