• Using Compute Library in a c++ project as static library, build with linaro gcc 7.3
    Hi again; I've built ComputeLibrary in an Linux Environment using gcc 7.x version targetted for bare_metal and armv7a. Build was succesfull and I have 3 library (.a extension) files called 'arm_compute__core...
  • Using Compute Library in a c++ project as static library, build with linaro gcc 7.3
    Hi again; I've built ComputeLibrary in an Linux Environment using gcc 7.x version targetted for bare_metal and armv7a. Build was succesfull and I have 3 library (.a extension) files called 'arm_compute__core...
  • How to Integrate Arm Compute Library with OpenCV?
    Hi, Is there a standard way to interface OpenCV with ACL? I understand that the work done on ACL is very new and the OpenCV community may not have started working on interfacing ACL with OpenCV. ...
  • How to Integrate Arm Compute Library with OpenCV?
    Hi, Is there a standard way to interface OpenCV with ACL? I understand that the work done on ACL is very new and the OpenCV community may not have started working on interfacing ACL with OpenCV. ...
  • Using Compute Library with DS-5 and Arm Compiler 5
    Hello; I have a Cortex A9(NEON), Bare Metal(No Linux) project that has C and C++ codes together. I use DS-5 IDE and Arm Toolchain version 5 to build my project. I decided to use Compute Library and...