• 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...
  • 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...
  • 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...
  • 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...
  • Arm Compute lib graph model - Convolution Layer with Dilation
    hi im trying to pipe a proprietry model using arm compute library, looking at the examples in the examples folder, couldn't find how to set dilation in ConvolutionLayer() routine here is an example...