[Apache TVM Discuss] [Questions] [VTA] Generate a new bitstream for other targets and clk-frequency

2020-11-23 Thread sachacon via Apache TVM Discuss
I believe those parameters have been changed. https://github.com/facebookexperimental/tvm/commit/f55609b4a19ed7166d9b4dbbee4acd48af3697ac#diff-671adc633fba88046d0863b931de9c75e57627706387f1cf98a207616ee62e27 Unfortunately the tutorial hasn't been updated to reflect this as of now. --- [Vis

[Apache TVM Discuss] [Application] Naming convention for start_name and stop_name

2020-11-02 Thread sachacon via Apache TVM Discuss
Hi @wltz did you ever resolve this "assert int(dshape[1]) % cfactor == 0" error? I'm encountering the same issue in my code as well. --- [Visit Topic](https://discuss.tvm.apache.org/t/naming-convention-for-start-name-and-stop-name/5304/2) to respond. You are receiving this because you en

[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] Where to find Generated RTL Files

2020-10-09 Thread sachacon via Apache TVM Discuss
Hello, I've been running the VTA tutorials, specifically the "Deploy Pretrained Vision Model from MxNet on VTA" tutorial, on my PYNQ board. Where should I look for to find the netlist and generated RTL files? Would this be somewhere in the tvm directory or on the PYNQ board after runtime? O