STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Tags of Tree-type Skeletons

These tags are used in the Skeletons Framework to identify the various types of tree-based skeletons such as reduce, broadcast. More...

Classes

struct  stapl::skeletons::tags::left_skewed
 Tag type to identify a left-skewed tree. More...
 
struct  stapl::skeletons::tags::right_aligned
 Tag type to identify a right-aligned tree. More...
 
struct  stapl::skeletons::tags::right_skewed
 Tag type to identify a right-skewed tree. More...
 
struct  stapl::skeletons::tags::up_phase
 Tag type to identify an up-phase tree in skeletons such as a binomial tree. More...
 
struct  stapl::skeletons::tags::down_phase
 Tag type to identify a down-phase tree in skeletons such as a binomial tree. More...
 

Detailed Description

These tags are used in the Skeletons Framework to identify the various types of tree-based skeletons such as reduce, broadcast.

Tag type to identify a left-aligned tree.