|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|

Public Types | |
| using | Histo_t = ParticleBinning::Histogram< size_type, bin_index_type, value_type, true > |
| using | view_type = decltype(std::declval< Histo_t >().getHistogram().view_device()) |
Public Member Functions | |
| FillPolicyHistogram1 (view_type v) | |
| KOKKOS_FUNCTION void | operator() (const size_t) const |
Public Attributes | |
| view_type | dView |
Definition at line 539 of file TestBinning.cpp.
| using FillPolicyHistogram1::Histo_t = ParticleBinning::Histogram<size_type, bin_index_type, value_type, true> |
Definition at line 540 of file TestBinning.cpp.
| using FillPolicyHistogram1::view_type = decltype(std::declval<Histo_t>().getHistogram().view_device()) |
Definition at line 541 of file TestBinning.cpp.
|
inline |
Definition at line 544 of file TestBinning.cpp.
|
inline |
Definition at line 547 of file TestBinning.cpp.
References dView.
| view_type FillPolicyHistogram1::dView |
Definition at line 542 of file TestBinning.cpp.
Referenced by operator()().