[Apache TVM Discuss] [Questions] C code generator

2021-11-20 Thread LK via Apache TVM Discuss
Hello, did you solve this question? I'm also confused with this problem. --- [Visit Topic](https://discuss.tvm.apache.org/t/c-code-generator/442/10) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tv

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

2021-11-20 Thread LK via Apache TVM Discuss
I'm new to TVM, does anyone know how to execute the C code generated by "relay.build"? --- [Visit Topic](https://discuss.tvm.apache.org/t/if-target-c-how-to-execute-the-c-program/11519/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these

[Apache TVM Discuss] [Questions] Can TVM capture the communication cost between Big core and Little core of ARM Big Little CPU?

2021-11-20 Thread Andrew Reusch via Apache TVM Discuss
@popojames right now we only optimize at the "operator" level (post-operator fusion). it's possible as we begin expanding optimization towards the subgraph level, we'll need to incorporate some way of accounting for memory copy time. however, as @tkonolige mentioned, this is somewhat difficult

[Apache TVM Discuss] [Questions] Repeatable build/compile

2021-11-20 Thread cui via Apache TVM Discuss
as far as I know, traditional compiler would not use some ML tech to opt their opt. but tvm can use autoTVM/auto-scheduler some ML tech, but some ML tech will use probability. Whether if authTVM/auto-scheduler will generate different assembly code when input is same model file in difference bu