![]() |
Mali OpenCL SDK v1.1.0
|
Go to the source code of this file.
Functions | |
int | main (void) |
Basic integer array addition implemented in OpenCL. | |
int main | ( | void | ) |
Basic integer array addition implemented in OpenCL.
A sample which shows how to add two integer arrays and store the result in a third array. The main calculation code is in an OpenCL kernel which is executed on a GPU device.
Definition at line 25 of file hello_world_opencl.cpp.