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

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...

Classes

class  custom_flow
 This is a customized flow over a an existing flow, that only converts the consumers_count request to 2D requests. This is used for scan skeleton. More...
 

Detailed Description

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.

dot_inline_dotgraph_11.png

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