csullivan opened a new pull request #9220:
URL: https://github.com/apache/tvm/pull/9220


   Goal: Simplify the build system for running models on hexagon.
   
   This PR moves the hexagon launcher to be a tvm application (in tvm/apps). It 
also introduces the `USE_HEXAGON_LAUNCHER` build flag to build the launcher and 
all dependencies alongside a standard TVM build which consolidates the number 
of manual build steps from five to one.
   
   ```
   (1) libtvm.so (x86_64)
   
   (2) launcher_android (android-aarch64)
   (3)  └─►libtvm_runtime.so (android-aarch64)
   
   (4) liblauncher_rpc_skel.so (hexagon)
   (5)  └─►libtvm_runtime.a (hexagon)
   ```
   Also added a section on [Compilation with 
TVM](https://github.com/csullivan/incubator-tvm/blob/1922cfb50489682388b2e10244f392e06d09d2fd/apps/hexagon_launcher/README.md)
 to the launcher readme.
   


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