TVM for ARM CPU - Android rpc apk

Is the TVM rpc apk for Android mentioned in the tutorial given in this tutorial, uploaded anywhere on the tutorial website?

If not, can anyone share a link to the apk here if possible.

Unfortunately we currently do not have a universal prebuilt .apk for all devices. This is because many different devices have differing support for backends such as OpenCL and Vulkan, where each has a custom library (e.g., libOpenCL.so) that needs to be linked when the .apk is built.

The tutorial provides a guide on how to build an .apk for your android device.

1 Like

Should I cross compile the libtvm_runtime.so before building an .apk?