SkelCL
SkelCL is a high level multi GPU skeleton library developed at the university of Münster, Germany.
|
The Zip skeleton describes a calculation on two containers performed in parallel on one or more devices. It invokes a binary user-defined function on its two input containers in a parallel fashion. More...
Classes | |
class | skelcl::Zip< Tout(Tleft, Tright)> |
An instance of the Zip class describes a calculation which can be performed on one or more devices. More... | |
class | skelcl::Zip< void(Tleft, Tright)> |
An instance of the Zip class describes a calculation which can be performed on one or more devices. More... | |
The Zip skeleton describes a calculation on two containers performed in parallel on one or more devices. It invokes a binary user-defined function on its two input containers in a parallel fashion.