DPNP C++ backend kernel library 0.18.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 171 of file histogram_common.hpp.
using statistics::histogram::HistWithLocalCopies< T, localT >::LocalHist = sycl::local_accessor<localT, 2> |
Definition at line 176 of file histogram_common.hpp.
|
inline |
Definition at line 178 of file histogram_common.hpp.
|
inline |
Definition at line 202 of file histogram_common.hpp.
|
inline |
Definition at line 216 of file histogram_common.hpp.
|
inline |
Definition at line 188 of file histogram_common.hpp.
|
inline |
Definition at line 237 of file histogram_common.hpp.
|
staticconstexpr |
Definition at line 173 of file histogram_common.hpp.
|
staticconstexpr |
Definition at line 174 of file histogram_common.hpp.