|
SkePU(integratedwithStarPU)
0.8.1
|
|
Modules | |
| Generate Kernels | |
| Map Kernels | |
| MapArray Kernels | |
| MapOverlap Convolution Kernels | |
| MapReduce Kernels | |
| Reduce Kernels | |
| Scan Kernels | |
Functions | |
| template<typename T , typename U , typename UnaryFunc > | |
| __global__ void | skepu::MapKernelUnary_CU (UnaryFunc mapFunc, T *input, T *output, unsigned int n, U const1) |
Definitions of CUDA and OpenCL kernels. OpenCL kernels are in the form of strings and CUDA kernels as global functions.
| __global__ void skepu::MapKernelUnary_CU | ( | UnaryFunc | mapFunc, |
| T * | input, | ||
| T * | output, | ||
| unsigned int | n, | ||
| U | const1 | ||
| ) |
CUDA Map kernel for unary user functions.
1.8.5