SkePU
1.2
|
Contains the definitions of common member functions for the Reduce skeleton that is used for both 1D and 2D reduction operations. More...
Go to the source code of this file.
Namespaces | |
skepu | |
The main namespace for SkePU library. | |
Functions | |
template<typename ReduceFunc , typename T > | |
void | skepu::ompRegularWorkload (ReduceFunc *reduceFunc, SparseMatrix< T > &input, T *result_array, const unsigned int &numThreads) |
template<typename ReduceFunc , typename T > | |
void | skepu::ompIrregularWorkload (ReduceFunc *reduceFunc, SparseMatrix< T > &input, T *result_array) |
Contains the definitions of common member functions for the Reduce skeleton that is used for both 1D and 2D reduction operations.