[TVM Discuss] [Questions] Why can't I save the file

2020-08-25 Thread Zhi via TVM Discuss
Yeah, this is due to missing SaveToFile in MetadataModule. It is inconvenient to save them to a file though because there would be multiple modules (i.e. LLVMModule and some subgraph modules). --- [Visit Topic](https://discuss.tvm.ai/t/why-cant-i-save-the-file/7718/3) to respond. You are

[TVM Discuss] [Questions] Why can't I save the file

2020-08-25 Thread Cody H. Yu via TVM Discuss
@zhiics it looks like a problem of missing SavetoFile implementation. --- [Visit Topic](https://discuss.tvm.ai/t/why-cant-i-save-the-file/7718/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.a

[TVM Discuss] [Questions] [VTA] When can I make VTA bitstream file with HLS blackbox

2020-08-25 Thread Thierry via TVM Discuss
Hey @Hagoon, thanks for your message. There are some issues in the vivado TCL script when migrating to 2020.1. My colleague @vegaluis has looked into this, and hopefully it should be a matter of days until we can upgrade all of the scripts to rely on the latest version of Vivado. Thanks!

[TVM Discuss] [Questions] [Auto-TVM] How to Auto tune the model on iOS device

2020-08-25 Thread tqchen via TVM Discuss
cc @kazum who might have some experience. iOS requires a special RPC , you can find some instructions here https://github.com/apache/incubator-tvm/tree/master/apps/ios_rpc --- [Visit Topic](https://discuss.tvm.ai/t/auto-tvm-how-to-auto-tune-the-model-on-ios-device/7681/3) to respond. Yo

[TVM Discuss] [Questions] [BYOC] Codegen, JSON, non-composite

2020-08-25 Thread Cody H. Yu via TVM Discuss
The decision of using JSON (or any customized) runtime or C source module is based on whether the generated code is GCC compilable. If you are going to generate assembly code in your ISA, and the assembly code needs to be compiled by your own compiler, then based on JSON runtime would be a bet

[TVM Discuss] [Questions] [BYOC] Codegen, JSON, non-composite

2020-08-25 Thread Max Sponner via TVM Discuss
Hi, I am in the process of building a codegeneration for my own (currently abstract) accelerator. And finally got the graph annotation working correctly. My goal was to directly generate the instructions from its ISA during the codegeneration phase in TVMs BYOC flow, and adapt the runtime acco

[TVM Discuss] [Questions] Why can't I save the file

2020-08-25 Thread Ryan Chang via TVM Discuss
Tvm version commit f6e00a0d8b384e8cd81b90668c06f68cd52161b9 Author: Iswariya Manivannan <36193676+iswari...@users.noreply.github.com> Date: Mon Aug 17 05:53:38 2020 +0200 This is my code { ... mod, params = relay.frontend.from_tflite(tflite_model,

[TVM Discuss] [Questions] Build the TVM share library error

2020-08-25 Thread Tao via TVM Discuss
Thank you for your help. I met this problem because I downloaded the code with ZIP file. --- [Visit Topic](https://discuss.tvm.ai/t/build-the-tvm-share-library-error/7490/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [clic