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 learning.
So, is ACL conformant with OpenVX, or is ACL an alternative solution?
The Arm Compute Library is a set of optimized compute kernel building blocks; it's not an alternative to a complete OpenVX library implementation (but could be used to implement the backend of one).
HTH,
Pete
Thank you very much for your reply. So, do you mean that if I cloud implement the OpenVX using the Arm Compute Library, I would be able to use the OpenVX on Arm GPU and CPU?