|
DPNP C++ backend kernel library 0.18.0rc1
Data Parallel Extension for NumPy*
|

Public Member Functions | |
| PartitionState (State< T > &state) | |
| sycl::event | init (sycl::queue &queue, const std::vector< sycl::event > &deps) |
Public Attributes | |
| Counters | iteration_counters |
| bool * | stop |
| bool * | left |
| T * | pivot |
| size_t | n |
| size_t * | num_elems |
Definition at line 157 of file partitioning.hpp.
|
inline |
Definition at line 169 of file partitioning.hpp.
|
inline |
Definition at line 181 of file partitioning.hpp.
| Counters statistics::partitioning::PartitionState< T >::iteration_counters |
Definition at line 159 of file partitioning.hpp.
| bool* statistics::partitioning::PartitionState< T >::left |
Definition at line 162 of file partitioning.hpp.
| size_t statistics::partitioning::PartitionState< T >::n |
Definition at line 166 of file partitioning.hpp.
| size_t* statistics::partitioning::PartitionState< T >::num_elems |
Definition at line 167 of file partitioning.hpp.
| T* statistics::partitioning::PartitionState< T >::pivot |
Definition at line 164 of file partitioning.hpp.
| bool* statistics::partitioning::PartitionState< T >::stop |
Definition at line 161 of file partitioning.hpp.