Question about microTVM

hi @lumos,

A couple of related developments:

  1. 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.
  2. A group of folks is working to bring support for RISC-V to microTVM. See Coordination of RISC-V Integration in TVM.
  3. For heterogeneous systems, the UMA work is helping to make it easier for folks to integrate custom accelerators.
  4. 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.
  5. 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?

Thanks, Andrew

3 Likes