Re: [dmlc/tvm] [DEV] TVM v0.6 Roadmap (#2623)

2019-05-02 Thread ziheng
# TVM Monthly - April 2019 https://discuss.tvm.ai/t/tvm-monthly-april-2019/2426 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/2623#issuecomment-47260

Re: [dmlc/tvm] [RFC] [VTA] [TSIM] Enabling Cycle-Accurate Hardware Simulation for VTA #3009 (#3010)

2019-05-02 Thread Luis Vega
Ok I have addressed most of the issues, except for `unsigned long long` complains cpplint is giving on arguments for DPI functions. The reason why I used this type is because this is the same type used by Verilator when it compiles 64-bit hardware types to C. -- You are receiving this because

Re: [dmlc/tvm] [RFC] [VTA] [TSIM] Enabling Cycle-Accurate Hardware Simulation for VTA #3009 (#3010)

2019-05-02 Thread Tianqi Chen
@jroesch @tmoreau89 please help to review this PR -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3010#issuecomment-488727075

[TVM Discuss] [RFC] Introducing Hexagon backend

2019-05-02 Thread Zhao Wu via TVM Discuss
However, in GetTempAllocaAlignment function, it will reduce alignment / 2 in while loop. I am worried about this will affect DSP’s rule, it requires 128 bits alignment. --- [Visit Topic](https://discuss.tvm.ai/t/introducing-hexagon-backend/2421/7) to respond. You are receiving this becau