euntaik opened a new pull request #7670: URL: https://github.com/apache/tvm/pull/7670
In Android with treble, we have limitation of where an app can link libraries. If rpc app is located in /vendor, libtvm_runtime.so should be located in /vendor/lib. Then, mod.so extracted in /data/data/ cannot link libtvm_runtime.so This patch allows users to select any location for rpc app to work with. ---------------------------------------------------------------- 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]
