• Running OpenCL on Chromebook remotely
    If you have followed my instructions on installing OpenCL ™ on the Samsung Chromebook or on the Samsung Chromebook 2 , you may be wondering what's next. Well, optimising your code for the ARM ® Mali ...
  • Installing OpenCL on Chromebook in 30 minutes
    I am interrupting my blog series to share what I think is a rather elegant way to quickly get up and running with OpenCL ™ on the ARM ® Mali ™ -T604 GPU powered Chromebook. Please bear in mind that this...
  • Developer Guide: Arm Mali GPU Best Practices
    The Arm Mali application developer best practices guide targets an expert developer audience, familiar with Vulkan and OpenGL ES API programming. The guide represents the graphics system as a pipeline...
  • Pixel Local Storage on ARM Mali GPUs
    ARM has recently published a set of OpenGL ES extensions. Here we explain some of the background that led us to develop these and show how they can be used to implement some common graphics algorithms...
  • Optimizing Fast Fourier Transformation on ARM Mali GPUs
    Fast Fourier Transformation (FFT) is a powerful tool in signal and image processing. One very valuable optimization technique for this type of algorithm is vectorization. This article discusses the motivation...