Mobile gpu status

What is the current mobile GPU status?

I found Android CPU benchmarks here:

https://github.com/dmlc/tvm/tree/master/apps/benchmark

From initial searches, it seems that iOS Metal support and Android Vulkan/OpenCL support may be possible. Are these configurations supported, and are there benchmarks and/or examples available to help get oriented? Thanks!

[UPDATE] This comment points to an Android + Vulkan example:

Here is a tutorial
https://docs.tvm.ai/tutorials/nnvm/deploy_model_on_mali_gpu.html#sphx-glr-tutorials-nnvm-deploy-model-on-mali-gpu-py
Here are some benchmark numbers.
https://tvm.ai/2018/01/16/opt-mali-gpu.html

1 Like

:pray: This is encouraging (and motivating), thanks for the link. Do you know the status of iOS Metal support, or if similar benchmarks exist?