• Can Arm Mali GPU run tensorflow or caffe deep learning model?
    I will train a tensorflow or caffe CNN model with Nvidia cuda GPU, and would like to deploy it to an embedded system with arm mali-g71 or g72 GPU to run inference, is this possible without major code...
  • Copy frame Taking more time on Mali GPU
    I am trying to implement the copy frame kernel. I have a pointer to an image that I have to copy to the location given by the destination pointer. I can implement this with CPU, which will...
  • Mali G72 mp3 flops performance
    Hi guys: I'm an developing an opencl application on MTK P60(Mali G72 mp3). But i have met some problems. The application has been run successfully on snapdragon 660(GPU Adreno 512), the performance...
  • ARM_import_memory API is very slow
    I want to use clImportMemoryARM API to achieve zero copy between CPU and GPU. However, the performance is not what I expected. For a FHD image, it takes 4.4 ms for importing, almost identical to uploading...
  • What is the GPU/driver doing if not shading?
    I ran Streamline on the SimpleTriangle example from Mali OpenGL ES SDK for Android v1.6.0. Basically, each frame it renders a triangle, that covers half of the frame. It renders to the default framebuffer...