STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
stapl::skeletons::flows::repeat_flows::output_from_all Struct Reference

The output_from_all flow provides the output of each iteration not only to its next iteration but to the skeleton that comes after the repeat. In other words, all the tasks will provide data to the out flow, and the skeleton that comes after the current skeleton will be able to request reads from every element of this skeleton. More...

Classes

class  custom_flow
 This is a customized flow over a repeat skeleton that accepts only 2D queries. More...
 

Detailed Description

The output_from_all flow provides the output of each iteration not only to its next iteration but to the skeleton that comes after the repeat. In other words, all the tasks will provide data to the out flow, and the skeleton that comes after the current skeleton will be able to request reads from every element of this skeleton.

dot_inline_dotgraph_9.png

The documentation for this struct was generated from the following file: