[Apache TVM Discuss] [Meetup] Proposal : Regular µTVM Meet up

2021-05-26 Thread Chris Hoge via Apache TVM Discuss
The recording for the first µTVM meeting is now online. Thank you to everyone who participated. https://youtu.be/e4fBMDfBjpk --- [Visit Topic](https://discuss.tvm.apache.org/t/proposal-regular-tvm-meet-up/9863/12) to respond. You are receiving this because you enabled mailing list mode.

Re: [apache/tvm] [VOTE] Adopt the New RFC Process (#7991)

2021-05-26 Thread Tianqi Chen
Closed #7991. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/7991#event-4800507277

[Apache TVM Discuss] [Announcement] [RFC] TVM Community Chat Platform

2021-05-26 Thread Chris Hoge via Apache TVM Discuss
It's been about a week since we launched the new TVM Community discord server. The server will pilot for two more weeks, after which we will again seek feedback from the community about if we should continue using it for synchronous, nonofficial discussion. After that time period if the commun

[Apache TVM Discuss] [Development/RFC] [RFC] Update RFC Process

2021-05-26 Thread Chris Hoge via Apache TVM Discuss
The vote on the new RFC process has completed, with [18 votes to accept.](https://github.com/apache/tvm/issues/7991#issuecomment-848321079) In accordance with lazy consensus, the new process is in effect. As new RFCs are posted to the forum, I will add reminders to prepare a pull request to f

[Apache TVM Discuss] [Development/RFC] [RFC] Unified Static Memory Planning

2021-05-26 Thread Manupa Karunaratne via Apache TVM Discuss
# Background Currently, given a ML model primarily TVM will generate two main artifacts : * A1 : Description of the sequential execution of operators : 1. If the "executor" is "graph", this would be a JSON 2. if the "executor" is "aot", this would be a main function describing call graph o