Opened 14 years ago
#2215 new Feature Requests
Using of accumulators in paralled computation
Reported by: | Pavol Droba | Owned by: | Eric Niebler |
---|---|---|---|
Milestone: | To Be Determined | Component: | accumulator |
Version: | Severity: | Optimization | |
Keywords: | Cc: |
Description
In the time of multicore processors and Thread Building Blocks at hand, it would be nice to be able to use accumulators in parallel computations.
To do so, one would need to combine partial computations. In other words,we need accumulator_set::combine(). This would combine the partial computation state from another accumulator_set.
This operation would enable the accumulators to be used with parallel_reduce.
Note:
See TracTickets
for help on using tickets.