Mali OpenCL SDK v1.1.0
 All Classes Files Functions Variables Macros Pages
hello_world_opencl.cl File Reference

Go to the source code of this file.

Functions

__kernel void hello_world_opencl (__global int *restrict inputA, __global int *restrict inputB, __global int *restrict output)
 Hello World kernel function.
 

Function Documentation

__kernel void hello_world_opencl ( __global int *restrict  inputA,
__global int *restrict  inputB,
__global int *restrict  output 
)

Hello World kernel function.

Parameters
[in]inputAFirst input array.
[in]inputBSecond input array.
[out]outputOutput array.

Definition at line 18 of file hello_world_opencl.cl.