Wrapper class around workfunction that a factory can detect, signaling that workfunction is designed to work on coarsened view data. More...
Public Member Functions | |
| coarsened_wf (WF const &wf) | |
Wrapper class around workfunction that a factory can detect, signaling that workfunction is designed to work on coarsened view data.
| WF | The workfunction that can receive post-coarsened views as input. |
Currently only used in map_func / map_factory for callers that provide a better work aggregation than the naive for loop around the fine grain that coarse_map_wf uses.
1.8.13