Hi all,
I see that TVM can lower a tensor computation c code. However when I try to execute this lowered c code, TVM throws an error saying “C Source module cannot execute, to get executable module build TVM with ‘c’ runtime support”. How do I go about building TVM with the said ‘c’ runtime support?
Thanks!