Transform the skeletons to other skeletons for various reasons (e.g., faster execution, nested execution, etc.)
More...
|
template<typename Op , typename = typename std::enable_if< !is_skeleton<typename std::decay<Op>::type>::value>::type> |
Op | stapl::skeletons::nest (Op &&op) |
| no transformation for non skeleton operators More...
|
|
Transform the skeletons to other skeletons for various reasons (e.g., faster execution, nested execution, etc.)
◆ nest()
template<typename Op , typename = typename std::enable_if< !is_skeleton<typename std::decay<Op>::type>::value>::type>
Op stapl::skeletons::nest |
( |
Op && |
op | ) |
|
no transformation for non skeleton operators
- Parameters
-
skeleton | the skeleton to be nested |