[Apache TVM Discuss] [Questions] I can't find directory'device' in tvm/micro

2020-10-23 Thread Qelk123 via Apache TVM Discuss
When I run the example as the blog says.[https://tvm.apache.org/2020/06/04/tinyml-how-tvm-is-taming-tiny](https://tvm.apache.org/2020/06/04/tinyml-how-tvm-is-taming-tiny)I can't find directory'device' in tvm/micro,therefore I am not able to import the moudles as the example says.What should I

[Apache TVM Discuss] [Questions] How to use Relay Control Flow?

2020-10-23 Thread Marisa Kirisame via Apache TVM Discuss
relay has support for recursion, pattern matching, conditional. with them you can define lstm. --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-use-relay-control-flow/8243/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these ema

[Apache TVM Discuss] [Application] Your micro_tflite.ipynb doesn't work: import tvm issue in Colab

2020-10-23 Thread danilopau via Apache TVM Discuss
your https://tvm.apache.org/docs/tutorials/micro/micro_tflite.html#sphx-glr-tutorials-micro-micro-tflite-py -- micro_tflite.ipynb is incomplete even adding !pip install tflite==2.1.0 --user !pip install tvm !set PYTHONPATH to /usr/local/lib/python3.6/dist-packages/tvm-1.0.0.dist-info that we

[Apache TVM Discuss] [Questions] TVM iOS deployment

2020-10-23 Thread kindlehe via Apache TVM Discuss
Could you please share your ios project for study? --- [Visit Topic](https://discuss.tvm.apache.org/t/tvm-ios-deployment/1977/8) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/u

[Apache TVM Discuss] [Questions] Bring your own codegen and C Runtime

2020-10-23 Thread Ajay J via Apache TVM Discuss
Hi, I've been looking at [Bring Your Own Codegen to TVM](https://tvm.apache.org/docs/dev/relay_bring_your_own_codegen.html) and understand how it interacts with the TVM C++ Runtime. Any suggestions or pointers on making a custom codegen work with the TVM C Runtime? Thanks! Ajay --- [Vi

[Apache TVM Discuss] [Questions] How to use target.list_tags()?

2020-10-23 Thread Junru Shao via Apache TVM Discuss
The output is expected. The API `list_tags` lists the existing tags that have been registered to the system, not the target used in the current scope - in this case, I believe you are looking for Target.current(). If the document of list_tags is confusing, would you like to send a PR to clari

[Apache TVM Discuss] [Questions] How to use target.list_tags()?

2020-10-23 Thread Aakah via Apache TVM Discuss
When I use target.list_tags(), It always says cuda. I have however set cuda flag off while making tvm and in the code I've written target='llvm'. What is the possible cause of this? ![Screenshot from 2020-10-23 18-31-45|690x53](upload://cHmRnbPagQzYQxyl0HUqswt0I65.png) --- [Visit Topic]

[Apache TVM Discuss] [Questions] [Relay] CUDA_ERROR_INVALID_VALUE occurs when testing conv2d_grad

2020-10-23 Thread Cuiqing Li via Apache TVM Discuss
Does auto-tune work for you? It seems that I have similar error --- [Visit Topic](https://discuss.tvm.apache.org/t/relay-cuda-error-invalid-value-occurs-when-testing-conv2d-grad/4022/6) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these em