[Apache TVM Discuss] [Questions] Change PYNQ board frequency with current VTA version?

2020-10-25 Thread sachacon via Apache TVM Discuss
Is it still possible to change the frequency for PYNQ board to use its 100, 142, 167 and 200MHz clocks? The VTA Installation Guide mentions this but the current version of the vta_config.json file does not include a HW_FREQ field or a HW_CLK_TARGET field. Has this feature been removed or sti

[Apache TVM Discuss] [Questions] Graph_plan_memory doesn't support nested tuples?

2020-10-25 Thread masahi via Apache TVM Discuss
Hi, the model I'm working on has the following output: ``` ... %1562 = (%1550, %1551, %1552, %1553, %1554, %1555, %1556, %1557, %1558, %1559, %1560, %1561); (%1549, %1562) } ``` i.e., the output is a tuple where the second element is another tuple with 12 elements. `relay.build(...)` er

[Apache TVM Discuss] [Questions] Is sparse kernel supported in the tensor expression language?

2020-10-25 Thread Junru Shao via Apache TVM Discuss
CC: @tkonolige who is great at sparse kernels --- [Visit Topic](https://discuss.tvm.apache.org/t/is-sparse-kernel-supported-in-the-tensor-expression-language/8274/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](

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

2020-10-25 Thread Junru Shao via Apache TVM Discuss
as Cody said, like this ```python with tvm.target.Target("llvm"): print(tvm.Target.current()) ``` --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-use-target-list-tags/8261/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these e

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

2020-10-25 Thread Cody H. Yu via Apache TVM Discuss
You need to call current in a target context, meaning that calling current in the “with” block. --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-use-target-list-tags/8261/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emai

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

2020-10-25 Thread Aakah via Apache TVM Discuss
Thanks for the reply. I'll send a clarification PR once this is more clear to me. I tried Target.current(), but I am still not getting the desired output. It just says none. Am I doing something wrong here? ![Screenshot from 2020-10-25 19-13-26|690x246](upload://eIUlbAdkuLJUJVaL0sfc3xYa44j.p