• opencl issue with Hikey970 (Mali G72)
    Currently I run Ubuntu on Huawei Hikey 970 board, and try to run gnuradio with gr-fosphor on it, but failed. At first, it failed with these lines: [!] CL Error (-1001, /build/gr-fosphor-9QC8j4/gr...
  • Does Mali G72 supports OpenCV ?
    I want to test enabling of opencv on mali GPU with Android OS, how can we test this ? And if at all we use any app for testing this, what is the gurantee that it is using GPU ? Could you please provide...
  • 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....
  • 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...
  • Int8 operation in G72
    Does Mali suuport 8bit int vector operation to workaround overflow issue like scalar operation? Such as.. I tested with G72. In scalar operation, -------------------------------- uchar a = 255;...