[Apache TVM Discuss] [Questions] If target = 'c', how to execute the c program?

2021-11-22 Thread Christopher Sidebottom via Apache TVM Discuss
In the example application I linked, TVM generates C code as the final output format, this includes C sources generated via [the BYOC integration for the microNPU](https://github.com/apache/tvm/blob/main/src/relay/backend/contrib/ethosu/source_module.cc). The C code from TVM is extracted from

[Apache TVM Discuss] [Questions] If target = 'c', how to execute the c program?

2021-11-22 Thread Christopher Sidebottom via Apache TVM Discuss
Hi @haruhi / @comaniac, [quote="comaniac, post:4, topic:11519, full:true"] TVM does have a C-like codegen, but it generates OpenCL code for non-NVIDIA GPUs. [/quote] The C code generation is also used in microTVM. [Our demo applications for the microNPU](https://github.com/apache/tvm/tree/m