Re: [apache/incubator-tvm] [RELEASE] Bump version to 0.7.0 (#6614)

2020-10-02 Thread Tianqi Chen
Merged #6614 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/6614#event-3834007173

[Apache TVM Discuss] [Development] Block Diagram for Chisel VTA

2020-10-02 Thread Minisparrow via Apache TVM Discuss
Hi, liangfu, Could you give a guide about how to generate this block diagram from chisel? --- [Visit Topic](https://discuss.tvm.apache.org/t/block-diagram-for-chisel-vta/4664/8) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails,

Re: [apache/incubator-tvm] [RELEASE] Update NEWS.md for v0.7 (#6613)

2020-10-02 Thread Tianqi Chen
Merged #6613 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/6613#event-3834804366

Re: [apache/incubator-tvm] [RFC] v0.7 Release Planning (#6421)

2020-10-02 Thread Tianqi Chen
https://github.com/apache/incubator-tvm/tree/v0.7 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-702882967

[apache/incubator-tvm] Pre-release v0.7.0.rc0 - Apache TVM (incubating) v0.7.0.rc0

2020-10-02 Thread ziheng
# Introduction v0.7 is brings many major features. The community works together to refactor the internal code base to bring an unified IR code structure with unified IRModule, type system and pass infrastructure. We have also bought many exciting new features, some highlights include: * Initial

[apache/incubator-tvm] [WIP/RFC] Add TVM dependencies to pyproject.toml (#6620)

2020-10-02 Thread Andrew Reusch
Still a WIP, posting for people to take a look at. This should maybe become an RFC, happy to write one up. I just needed a `pyproject.toml` for a project I'm working on now so I'm posting it. It's really hard to reproducibly use TVM outside the docker containers, and depending on what hardware