Autoscheduling a model on MicroTVM and deploying it on a bare metal

Hi, I have tried the autoscheduling on TVM for cpu. Made few modifications and tried autoscheduling on microTVM for a bare metal device using this tutorial. But as the tutorial mentions I didn’t get the platform.c.template file. And the template folder also appeared under the runtime folder. So wondering whether I can perform Autoscheduling with MicroTVM.

Also, I found out that we have to write own runner and builder in order to execute Autoscheduler on MicroTVM from here What does it exactly mean?

Thanks, Hema

@areusch @leandron

.