STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Customized Repeat Operator Flows
+ Collaboration diagram for Customized Repeat Operator Flows:

Classes

struct  stapl::skeletons::flows::repeat_flows::piped
 A piped flow for a repeat skeleton, connects the out flow of each iteration to the input of the next iteration, and connects the input of the repeat skeleton to the first iteration of the while loop. It also connects the output of the repeat skeleton to the output of the last iteration. More...
 
struct  stapl::skeletons::flows::repeat_flows::output_from_all
 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...
 
struct  stapl::skeletons::flows::repeat_flows::scan_broadcast
 A scan_broadcast flow is a customized flow for a repeat skeleton. It connects the out flow of each iteration to the input of the next iteration, and in addition connects the first flow from the input flow to the repeat skeleton to the input flow of every iteration. For the last iteration it connects the last flow (back) of the input flow instead of the first flow. More...
 

Detailed Description