DPNP C++ backend kernel library 0.18.0dev1
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 169 of file histogram_common.hpp.
using statistics::histogram::HistWithLocalCopies< T, localT >::LocalHist = sycl::local_accessor<localT, 2> |
Definition at line 174 of file histogram_common.hpp.
|
inline |
Definition at line 176 of file histogram_common.hpp.
|
inline |
Definition at line 200 of file histogram_common.hpp.
|
inline |
Definition at line 214 of file histogram_common.hpp.
|
inline |
Definition at line 186 of file histogram_common.hpp.
|
inline |
Definition at line 235 of file histogram_common.hpp.
|
staticconstexpr |
Definition at line 171 of file histogram_common.hpp.
|
staticconstexpr |
Definition at line 172 of file histogram_common.hpp.