Faile to compile code with GPU_CL on RK3399
Created by: peyer
I could not find libOpenCL.so on RK3399, but only got libGLES_mali.so, So I changed CMakeLists.txt under ${PADDLE-LITE-ROOT}/mobile and turn GPU_CL on to build paddle-lite wit GPU_CL. However, it successfully compiled libpaddle-mobile.so, but failed to compiled test-conv-gpu and return some ld errors like below libGLES_mali.so: undefined reference to `__gnu_strerror_r@LIBC'
How could I solve it?