• compute library datatype (F32->INT8)
    I have evaluated arm compute libary on NEON / MALI of our SOC. I used ACLv18.02. There was examples in the library. ~/examples/graph_*.cpp <- Graph examples I know that ACL can support some different...
  • Matrix Multiplication Example in Arm Compute Library
    Does anyone have an example of using the Arm Compute Library for Matrix Multiplication? I don't see any examples in the "examples" folder in the compute library git repo. There appear to be gemm headers...
  • Tutorial for replacing cv::cvtColor function to CLColorConvert or NEColorConvert
    I would be happy to receive a Tutorial that has a detailed explanation and maybe an example of how I can make this replacement in order to optimize my system **Platform:** RKX3399 **Operating System...
  • how to move from keil to linux?
    i want to move form keil to linux on my some project, I have .uvprojx file and .uvoptx fiels. I want to convert it into makefile and also need to genertate the linker file for the same. Can any body...
  • 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...