This class abstracts the semantics of an serial skeleton by exposing only the necessary information in its representation. More...
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()))) |
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.
Op | the operation to be applied on each element of views |
i | number of inputs to each parametric dependency element |