What is ‘target’ in TVM?

Hi @areusch, Thank you so much. LLVM is getting clear to me.

Ah LLVM is used to build TVM because it also has a frontend for C/C++!

Ok, in this case LLVM emits code for say x86, arm, etc, at least not for microcontrollers.

I think I can now use TVM on any microcontrollers thanks to you. Also I have clearer idea about what LLVM is doing in TVM.