Mali OpenCL SDK v1.1.0
 All Classes Files Functions Variables Macros Pages
Help and Tutorials
Please see the following pages for more information:
[detail level 123]
oCommon IssuesSolutions to common issues found when using the Mali OpenCL SDK v1.1.0
oQuick Start GuideEasy guide to building and running your first Mali OpenCL SDK v1.1.0 sample
oSupportGetting support for the Mali OpenCL SDK v1.1.0
\TutorialsTutorials on how to get the best out of OpenCL on Mali GPUs
 oHello WorldA basic introduction to OpenCL and Vectorization
 |oFrom C to OpenCLHow to move from a C/C++ 'for loop' to an OpenCL kernel
 |oVectorizing your OpenCL codeHow to vectorize the hello world example to increase performance
 |\Running the SamplesHow to run the Hello World samples
 oTemplateA skeleton file that can be used as a starting point for OpenCL development
 oMemory BuffersHow to share of memory efficiently between a Mali-T600 series GPU and a CPU
 oImage ObjectsAn overview of OpenCL image objects including sample code
 |\Image ScalingHow to resize an image using OpenCL image objects
 o64-bit Integers and AtomicsA tutorial to demonstrate the use of the long data type (64-bit integer) including atomics
 oSobel FilterThe Sobel image filter is a simple convolution filter used primarily for edge detection algorithms
 oFIR FilterFloating point FIR (Finite Input Response) image filter for pixelization and/or noise reduction
 oMandelbrotThe results of calculating the Mandelbrot set produces fractal patterns
 \SGEMMSGEMM (Single-Precision General Matrix Multiplication) OpenCL sample