• Opencl Kernels overhead(queue time) in Mali-G72
    Hi, I am using OpenCL 2.0 in Mali-G72 based Android device and I am encountering a very large kernel queue/submit time overhead (CL_PROFILING_COMMAND_START - CL_PROFILING_COMMAND_QUEUED). it is sometimes...
  • CL_MEM_USE_HOST_PTR overhead
    Hi, I would like to confirm whether CL_MEM_USE_HOST_PTR has extra overhead, such as memory copy, on Mali G72. According to ARM OpenCL Optimization Guide, using CL_MEM_USE_HOST_PTR is discouraged....
  • Is there an OpenCL performance guide for Mali?
    I'm working on accelerating sqlite using OpenCL on Mali. It's going reasonably well but it'd be great to have a guide. Thanks! Tom
  • Overhead generated by calling clCreateBuffer
    Hi everyone, I'm using OpenCL on an Exynos 8890 Octacore CPU with ARM Mali-T880 MP12 GPU (Samsung S7 edge). And it is taking a high overhead when creating a buffer from the call clCreateBuffer. I...
  • ARM Mali mobile platform OpenCL
    Hi all, I have a mobile platform that has an ARM Mali GPU and Android 7.0 Nougat. I was able to use my Linux Desktop with a cross-compiler to compile the Mali SDK sample code. I copied over the SDK...