STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::transformations::transform< S, tags::reduce< Tag >, tags::coarse< CoarseTag, ExecutionTag > > Struct Template Reference

A simple coarse-grain reduce can be created by first computing local reduction on each location and applying reduction on the outcome of those local reductions. More...

Detailed Description

template<typename S, typename Tag, typename CoarseTag, typename ExecutionTag>
struct stapl::skeletons::transformations::transform< S, tags::reduce< Tag >, tags::coarse< CoarseTag, ExecutionTag > >

A simple coarse-grain reduce can be created by first computing local reduction on each location and applying reduction on the outcome of those local reductions.

Template Parameters
Sthe reduce skeleton to be coarsened
Tagtype of the reduce skeleton passed in
CoarseTaga tag to specify the required specialization for coarsening
ExecutionTaga tag to specify the execution method used for the coarsened chunks
See also
Coarsening Transformation Tags
Tags specifying the execution

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