![]() |
Mali OpenCL SDK v1.1.0
|
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (void) |
Basic integer array addition implemented in C/C++. | |
int main | ( | void | ) |
Basic integer array addition implemented in C/C++.
A sample which shows how to add two integer arrays and store the result in a third array. No OpenCL code is used in this sample, only standard C/C++. The code executes only on the CPU.
Definition at line 21 of file hello_world_c.cpp.