[TVM Discuss] [Questions] Chisel implementations

2019-08-14 Thread Jason Cai via TVM Discuss
I see. Thanks a lot for your explanations. --- [Visit Topic](https://discuss.tvm.ai/t/chisel-implementations/3707/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/513ee086b

[TVM Discuss] [Questions] Chisel implementations

2019-08-13 Thread Luis Vega via TVM Discuss
When you set `TARGET` to `tsim` in `vta_config.json` file, everything related to VTA will be executing on cycle accurate hardware simulation (Chisel), including the resnet-deploy-example. However, there is still some work to be done (debugging) for ResNet on the Chisel version, because accurac

[TVM Discuss] [Questions] Chisel implementations

2019-08-13 Thread Jason Cai via TVM Discuss
Thanks for your reply, Luis. As for 'passing', are you meaning that when we set 'tsim' as the target in vta_config.json, all benchmarks/tests are running on top of vta/hardware/chisel, but real ResNet model is still running on top of TSIM simulator? --- [Visit Topic](https://discuss.tvm.

[TVM Discuss] [Questions] Chisel implementations

2019-08-13 Thread Luis Vega via TVM Discuss
Hey, There is only one version of VTA in Chisel. As the name suggest, `tsim_example` is an example of TSIM (cycle accurate simulation) for a really simple accelerator using some components of VTA, i.e. DPI. This Chisel version is currently `passing` all microbenchmarks/tests except end-to-en