Mali OpenCL SDK v1.1.0
 All Classes Files Functions Variables Macros Pages
Quick Start Guide

Easy guide to building and running your first Mali OpenCL SDK v1.1.0 sample.

Running an OpenCL sample

  1. From a command prompt in the root of the SDK, run:

    cd samples/sobel
    make install

    This compiles the Sobel sample code and copies all the files it needs to run to the bin folder in the root directory of the SDK.

  2. Copy this folder to the board.
  3. Navigate to the folder on the board and run the Sobel binary:

  4. You should see output similar to:

    Profiling information:
    Queued time: 0.067ms
    Wait time: 0.057835ms
    Run time: 0.164923ms

    An output image should be created on the board called output.bmp.

Find solutions for Common Issues.

For more information about the Sobel filter example see the Sobel Filter tutorial.