Go to the source code of this file.
|
|
template<typename ValueType > |
auto | Distribute (Context &ctx, const std::vector< ValueType > &in_vector, size_t source_id=0) |
| Distribute is a Source DOp, which scatters the vector data from the source_id to all workers, partitioning equally, and returning the data in a DIA. More...
|
|
template<typename ValueType > |
auto | Distribute (Context &ctx, std::vector< ValueType > &&in_vector, size_t source_id=0) |
| Distribute is a Source DOp, which scatters the vector data from the source_id to all workers, partitioning equally, and returning the data in a DIA. More...
|
|
◆ THRILL_API_DISTRIBUTE_HEADER
#define THRILL_API_DISTRIBUTE_HEADER |