Non-Confidential
PDF version
ARM 100614_0300_00_en
ARM
®
Mali™
GPU OpenCL
Developer Guide
Version 3.0
Home
>
Retuning Existing OpenCL Code
>
Procedure for retuning existing OpenCL code for Mali GPUs
> Analyze code
7.3.1 Analyze code
If you did not write the code yourself, you must analyze it to see what it does.
Try to understand the following:
The purpose of the code.
The way the algorithm works.
The way the code would look like if there were no optimizations.
This analysis can act as a guide to help you remove the device-specific optimizations.
This analysis can be difficult because highly optimized code can be very complex.