Home
last modified time | relevance | path

Searched refs:AllGatherRecursiveDoublingPowerOfTwo (Results 1 – 3 of 3) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Dgroup.hpp185 void AllGatherRecursiveDoublingPowerOfTwo(T* values, size_t n);
H A Dcollective.hpp260 void Group::AllGatherRecursiveDoublingPowerOfTwo(T* values, size_t n) { in AllGatherRecursiveDoublingPowerOfTwo() function in thrill::net::Group
H A Dflow_control_channel.hpp506 … group_.AllGatherRecursiveDoublingPowerOfTwo(local_gather->data(), thread_count_); in AllGather()