STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::skeletons_impl::serial< Op, i > Struct Template Reference

This class abstracts the semantics of an serial skeleton by exposing only the necessary information in its representation. More...

Public Member Functions

 serial (Op const &op, std::size_t number_of_sets)
 
auto get_op (void) const -> decltype(std::declval< base_type >().nested_skeleton().get_op())
 
std::size_t get_number_of_sets (void) const
 

Public Types

using skeleton_tag_type = tags::serial< i >
 
using base_type = decltype(skeletons::elem< stapl::use_default, flows::elem_f::doacross >(skeletons::serial_pd< i, Op >(std::declval< Op >(), std::size_t())))
 

Detailed Description

template<typename Op, int i>
struct stapl::skeletons::skeletons_impl::serial< Op, i >

This class abstracts the semantics of an serial skeleton by exposing only the necessary information in its representation.

This abstraction not only makes the reconstruction of a serial skeleton easier, but also provides access to the underlying operation. Furthermore, it reduces the symbol size for a serial skeleton, hence, reducing the total compilation time.

Template Parameters
Opthe operation to be applied on each element of views
inumber of inputs to each parametric dependency element

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