[Apache TVM Discuss] [Questions] Add new backend to TVM

2021-11-28 Thread shiy10 via Apache TVM Discuss
Hello, We are also working on this. Perhaps we can discuss and learn this progress together? --- [Visit Topic](https://discuss.tvm.apache.org/t/add-new-backend-to-tvm/10373/8) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [cli

[Apache TVM Discuss] [Questions] Confused about kMaxNumGPUs in runtime

2021-11-28 Thread shiy10 via Apache TVM Discuss
Now I understand. Thank you. --- [Visit Topic](https://discuss.tvm.apache.org/t/confused-about-kmaxnumgpus-in-runtime/11536/4) 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/un

[Apache TVM Discuss] [Questions] Cache coherency on ZCU102

2021-11-28 Thread XiaoXuanwen via Apache TVM Discuss
Hello all: First of all, please forgive me for my poor English. We try to test VTA on ZCU102, a problem was found. When HPC on PL reads or writes data, the hardware cache coherency can not work. Modify function VTAMemAlloc: void * VTAMemAlloc(size_t size, int cached) { ..