kparzysz-quic opened a new pull request #8986:
URL: https://github.com/apache/tvm/pull/8986


   This implements a launcher that allows execution of ML models compiled into 
a shared library on Hexagon DSP. It consists of two parts: the Hexagon-side 
skel library and `launcher_android` to be used from `adb shell`.
   
   The launcher does not implement any performance-related optimizations, it's 
built on top of the `graph_executor` from TVM runtime, and so it executes a 
single layer at a time. This launcher should not be used to measure performance 
(because if will be highly suboptimal), its main purpose is to help in 
validating correctness.


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to