I haven’t paid attention to microTVM for a while. I don’t know what stage it is now. Can anyone share with me the latest developments in microTVM: some RFC(or preRFC) that are being processed or some plans to be carried out.
We are doing some work to improve the native schedule performance on Cortex-M. There isn’t presently an organized issue for this, but you’ll see PRs from Octo from time to time.
For heterogeneous systems, the UMA work is helping to make it easier for folks to integrate custom accelerators.
Related to that: there have been some discussions about expanding heterogeneous device support for AOT via adding the ability to call functions running on other devices using the Device API.
Finally, with regards to organization–we are working on an Issue Triage RFC to better sort GH issues within TVM. We think this will in turn help to improve our microTVM roadmap which currently requires a lot of triage work that’s hard to distribute.
Hope this helps–is there an area you’re more specifically interested in learning about?
I would like to confirm that if this work can help microTVM to run ‘larger’ models(eg: mobilenetv2, resnet18)? I remember that microTVM cannot run Mobilenetv2 on STM32F7 board last year
(out of memory), if it could, i would more than like to participate.