• The relationship between ACL and OpenVX
    I'm curious about the relationship between ACL and OpenVX. As we know, OpenVX is a specification for cross platform acceleration application. And ACL is designed to accelerate computer vision and machine...
  • Representative test cases for ARM Compute Library
    Hello, The sample test cases provided in the ARM Compute Library are very simple test cases. Can we expect more complex use cases from ARM soon? Thanks!
  • Load an image in QVGA format into a ARM Compute Library ICTensor.
    Hi. I am trying to load an image in QVGA format into a ARM Compute Library ICtensor. This is my current code: CLTensor in0; in0.allocator()->init(TensorInfo(TensorShape(320U, 240U), 1, DataType::U8...
  • Merging driver fixes to customer branch
    I believe it's difficult for ARM to merge driver fixes into customer branch, due various reasons and one of those is a possible customer concerns about regressions and the need to revalidate all of their...
  • Custom OS and mali400 binary driver
    Hi, I have a custom OS that does a lot of things with SoCs but now, I wish to add a display to it with a custom made GUI. Currently, I am very interested to use OpenGL ES and video acceleration . Do your...