Mali OpenCL SDK v1.1.0
 All Classes Files Functions Variables Macros Pages
Hello World

A basic introduction to OpenCL and Vectorization.

This tutorial is split into the following sections:

  1. From C to OpenCL

    How to move from a C/C++ 'for loop' to an OpenCL kernel.

  2. Vectorizing your OpenCL code

    How to vectorize the hello world example to increase performance.

To run the samples in this section, see: