This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can Mali G71 GPU be tested on Huawei P10 android mobile?

I am trying to test my android app which has OpenCL native code. I have Huawei P10 which has Android Nougat. It has Cortex A53 & Cortex A73 CPUs and Mali G71 bifrost GPU. I could not link libOpenCL.so at runtime as its always showing linker failure error ""/system/vendor/lib64/egl/libGLES_mali.so" ("/vendor/lib64/egl/libGLES_mali.so") needed or dlopened by libOpenCL.so" is not accessible for the namespace [name="classloader-namespace]". if either libOpenCL.so or libGLES_mali.so  is a private library, Is there any other OpenCL library that can be used to run OpenCL on Mali G71. I'm using ARM Compute OpenCL library at compile time. During runtime, its searching in system path. As a result, I'm getting access issue. Has anyone encountered this issue?

Parents
  • Hello ,

    I tried what you suggested. I'm facing this error. Have you encountered this before?

    ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
                     The DDK was built for 0x880 r2p0 status range [0..15], but none of the GPUs matched:
     E/mali: /dev/mali0 detected as 0x60a0 r0p0 status 2

Reply
  • Hello ,

    I tried what you suggested. I'm facing this error. Have you encountered this before?

    ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
                     The DDK was built for 0x880 r2p0 status range [0..15], but none of the GPUs matched:
     E/mali: /dev/mali0 detected as 0x60a0 r0p0 status 2

Children