| DPNP C++ backend kernel library 0.20.0dev0
    Data Parallel Extension for NumPy* | 
| Public Types | |
| using | LocalHist = sycl::local_accessor<localT, 2> | 
| Public Member Functions | |
| HistWithLocalCopies (T *global_data, size_t bins_count, int32_t copies_count, sycl::handler &cgh) | |
| template<int _Dims> | |
| void | init (const sycl::nd_item< _Dims > &item, localT val=0) const | 
| template<int _Dims> | |
| void | add (const sycl::nd_item< _Dims > &item, int32_t bin, localT value) const | 
| template<int _Dims> | |
| void | finalize (const sycl::nd_item< _Dims > &item) const | 
| uint32_t | size () const | 
| Static Public Attributes | |
| static constexpr bool const | sync_after_init = true | 
| static constexpr bool const | sync_before_finalize = true | 
Definition at line 172 of file histogram_common.hpp.
| using statistics::histogram::HistWithLocalCopies< T, localT >::LocalHist = sycl::local_accessor<localT, 2> | 
Definition at line 177 of file histogram_common.hpp.
| 
 | inline | 
Definition at line 179 of file histogram_common.hpp.
| 
 | inline | 
Definition at line 203 of file histogram_common.hpp.
| 
 | inline | 
Definition at line 217 of file histogram_common.hpp.
| 
 | inline | 
Definition at line 189 of file histogram_common.hpp.
| 
 | inline | 
Definition at line 238 of file histogram_common.hpp.
| 
 | staticconstexpr | 
Definition at line 174 of file histogram_common.hpp.
| 
 | staticconstexpr | 
Definition at line 175 of file histogram_common.hpp.