|
HDK
|
Multi-threaded implementations of inclusive prefix sum. More...
Include dependency graph for PrefixSum.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| nanovdb | |
Functions | |
| template<typename T , typename OpT = std::plus<T>> | |
| T | nanovdb::prefixSum (std::vector< T > &vec, bool threaded=true, OpT op=OpT()) |
| Computes inclusive prefix sum of a vector. More... | |
| template<typename T , typename Op > | |
| void | nanovdb::inclusiveScan (T *array, size_t size, const T &identity, bool threaded, Op op) |
| An inclusive scan includes in[i] when computing out[i]. More... | |
Multi-threaded implementations of inclusive prefix sum.
Definition in file PrefixSum.h.