STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members
stapl::skeletons::transformations::transform< S, tags::reduce< Tag >, tags::nest > Struct Template Reference

The transformation for a skeletons::reduce in a nested section (e.g., map(reduce)) transforms it to a skeletons::reduce_to_locs. In addition, for performance reasons it should also add a map(identity<T>) to avoid remote fetches from a view. More...

Detailed Description

template<typename S, typename Tag>
struct stapl::skeletons::transformations::transform< S, tags::reduce< Tag >, tags::nest >

The transformation for a skeletons::reduce in a nested section (e.g., map(reduce)) transforms it to a skeletons::reduce_to_locs. In addition, for performance reasons it should also add a map(identity<T>) to avoid remote fetches from a view.

See also
make_paragraph_skeleton_manager

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