![]() |
Mali OpenCL SDK v1.1.0
|
Go to the source code of this file.
Functions | |
__kernel void | hello_world_vector (__global int *restrict inputA, __global int *restrict inputB, __global int *restrict output) |
Vectorized Hello World kernel function. | |
__kernel void hello_world_vector | ( | __global int *restrict | inputA, |
__global int *restrict | inputB, | ||
__global int *restrict | output | ||
) |
Vectorized Hello World kernel function.
[in] | inputA | First input array. |
[in] | inputB | Second input array. |
[out] | output | Output array. |
Definition at line 18 of file hello_world_vector.cl.