• Is the ARM 5.05 v2 build 169 compiler compatible with Ubuntu 18.04?
    Making a change to an old product - Code was last updated using compiler level 5.05v2 build 169 - so installed (unpacked the tar file and ran setup.sh) Now I get the following symptom - none of the...
  • Is the ARM 5.05 v2 build 169 compiler compatible with Ubuntu 18.04?
    Making a change to an old product - Code was last updated using compiler level 5.05v2 build 169 - so installed (unpacked the tar file and ran setup.sh) Now I get the following symptom - none of the...
  • Mali OpenCL driver for RK3399
    I have a Rockchip RK3399 board with Mali T860. I want to install the driver to use OpenCL+Mali. I found the drivers here but I don't know how to install it. Is there some documentation about?
  • Mali OpenCL driver for RK3399
    I have a Rockchip RK3399 board with Mali T860. I want to install the driver to use OpenCL+Mali. I found the drivers here but I don't know how to install it. Is there some documentation about?
  • calling cl_arm_import_memory failed with error code -6 on RK3399
    hey, I am new to OPENCL. bumped into an issue when we try to leverage the GPU for some math operations (basically matrix multiplication). following is my sample code, char *allocptr = malloc(WIDTH...