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

Is there another way to install opencl or to use arm compute library without opencl?

I'd like to manipulate GPU to neural net.

My environment is odroid-xu4 that constructed with exynos5422(cortex-15, cortex-7, mali-t628GPU) and TIZEN OS based linux kernel

i googled about GPU, they recommended using OpenCL and Arm compute library 

Fortunately arm provides libOpenCL.so for android and linux on this link(https://developer.arm.com/products/software/mali-drivers/user-space)

I thought that TIZEN use libOpenCL.so as it is because Tizen OS based linux kernel. but it doesn't work properly..

I have successfully compile OpenCL example, The executable file prints error message(error while loading shared libraries: /lib/libOpenCL.so: internal error)

Is there another way to install opencl OS agnostic or to use compute library without OpenCL?