• Does OpenCL1.1 on Mali-T760 MP4 support cl_ext_device_fission?
    Hi, everyone Background: I am working on a project utilizing MACE( https://github.com/XiaoMi/mace a CNN inference framework designed for mobile devices like Mali GPU). This framework uses OpenCL to...
  • What is the relation between Mali shader core and OpenCL work-group
    Hi all: I use a RK3288 with mali T760 MP4 board. T760 has 16 shader core. (1) Is there 64 shader core (16*4) in mali T760 MP4? (2) Does one opencl work-group use more than 1 shader core ? Thank you...
  • Mali-T760 GPU restart
    Taken from dmesg of an android device running an Arm / Mali chipset with T760 gpu. We were running a gpu accelerated app playing video via the standard android media player API. <3>[1124289.194595...
  • Rockchip RK3288 Android MALI T760, support for 16 bit RGB 565
    Currently the framebuffer/MALI/Linux driver, supports RGB8888 format, I am trying to configure my frambuffer for 16 bit RGB565 format. I am not sure how to configure, but when I looked into the sources...
  • How to get Mali's data likes the number of shader core etc.
    As the title says, I want to get some data from Mali, but I just found the way to get some common info by call GL10.glGetString. Is there a particular way to achieve it?