[Apache TVM Discuss] [Development] Do we have a C host?

2021-04-14 Thread Jian Weng via Apache TVM Discuss
Maybe let me make my question clearer? I am working on some cross-compilation work and the kernel is gonna be integrated to a C/C++ project. An ideal interface that generates the kernel for me should be a pair of (.o, .h). Even more aggressively, I want a pair of (.ll, .h) since I want to ru

[Apache TVM Discuss] [Development] Do we have a C host?

2021-04-13 Thread Jian Weng via Apache TVM Discuss
I know TVM can easily invoke a compiled kernel from Python. I want to export the .o file and integrate it to a C/C++ binary. Is there any existing SDK to do that? If not I am willing to contribute one. --- [Visit Topic](https://discuss.tvm.apache.org/t/do-we-have-a-c-host/9687/1) to respond