lhutton1 opened a new pull request #5915:
URL: https://github.com/apache/incubator-tvm/pull/5915


   Arm Compute Library (ACL) integration using the BYOC infrastructure. This 
will enable offloading select operators from a relay graph to ACL so we can 
achieve faster inference times on Arm CPU's due to hand crafted optimized 
routines. The PR adds initial support for offloading FP32 conv2d, maxpool2d and 
reshape to ACL. ACL codegen is used to generate a JSON representation of an 
operator or 'ACL layer', the ACL runtime then uses this representation to 
construct a layer, cache it and create a packed
   function to for the graph runtime to call into.
   
   RFC here: 
https://discuss.tvm.ai/t/rfc-byoc-arm-compute-library-integration/7082
   
   Change-Id: If756dcea787ea346b1508e9a191b7eed7bd02b7f
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to