New backend for microTVM?

Hello @hagonzalezdvb

You can check my post: Can TVM split work into different layers, and assign layers into different cores? - Apache TVM Discuss. For instance, now I am able to run 4 layers neural network, by assigning the first 2 layers into 3 Big cores, the third layer into another big core, and the last layer into 4 small cores.

Hung-Yang