Executing generated LLVM code without TVM runtime

Hello
I am new to TVM usage. I am trying to generate the LLVM code from TVM and wanted to understand who we can compile LLVM to executable and run it without TVM runtime. But, first step is to able to compile and run the generated LLVM code. Can someone give me steps on how we could do this?

I was able to generate the LLVM code but unable to compile that to an executable.

Thanks for any help.

regards
Prakash

Hi. Consider visiting

tvm0.cpp defines a program which output LLVM assembly to its stdout. See build.sh for details.

1 Like

Could refer to

to deploy as system module.