• Getting started with Compute Library
    Hi, I am new to the ARM Compute Library and I am trying to find some documentation to help me get started with it. I have found the API documentation, but that is a bit over-whelming and does not really...
  • 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...
  • 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...
  • Compiling Arm Compute Lib for QNX OS
    are there any references or cmake for compiling Arm Compute Lib for QNX OS (on arm)? thanks
  • Implementing yolov3 on Raspberry pi 3 using Arm Compute Library
    I am trying to implement ACL on Raspberry pi 3,I started using the graph_yolov3.cpp in the github repo in https://github.com/ARM-software/ComputeLibrary under examples. But the implementation doesn...