What is ‘target’ in TVM?

Hi @areusch, Thank you for your comment.

Yes, getting C source code is much easier for beginners like me especially when I need to debug the program. Just one thing. I was worried if I have only one option, using LLVM, that means it’s difficult to deploy the TVM artifact to whatever platform we want. Like there might be some minor architectures (say for some minor microcontrollers) that LLVM doesn’t support (so we have to develop LLVM backend ourselves to be able to emit executables for that minor architecture).

I’m strongly hoping for the case #2. TVM is developing very fast, so I’ll try to catch up with its functionalities!