Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-12-06 Thread Tianqi Chen
Closed #8976. -- 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/tvm/issues/8976#event-5723854931

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-24 Thread Junru Shao
The release candidate v0.8.rc0 is approved: * Voting thread: https://github.com/apache/tvm/issues/9504 * Voting result: https://github.com/apache/tvm/issues/9566 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-24 Thread gyzou
When would 0.8 official release be? Estimatedly, days, weeks, months? -- 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/tvm/issues/8976#issuecomment-978035440

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-10 Thread Junru Shao
Blocker #9486 -- 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/tvm/issues/8976#issuecomment-965562565

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-09 Thread Junru Shao
The release is cut and is available for test in https://github.com/apache/tvm/tree/v0.8 -- 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/tvm/issues/8976#issuecomment-964264280

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-06 Thread Ligeng Zhu
Blocker: Conv2dTranspose currently does not support `groups`. But `groups` is popularly used in recent efficient models and Conv2dTranspose is an important operator in GAN related applications. * `groups` support: https://github.com/apache/tvm/issues/8182 https://github.com/apache/tvm/pull/879

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-02 Thread Junru Shao
Blocker: We need this bugfix in to address a regression https://github.com/apache/tvm/pull/9421 -- 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/tvm/issues/8976#issuecomment-958011393

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-01 Thread Junru Shao
Also, if there is any bug/issue blocking the release, please don't hesitate to let us know in this thread :-) -- 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/tvm/issues/8976#issuecomment-956449578

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-01 Thread Junru Shao
Hi all, we cut a v0.8 release branch for Apache TVM: https://github.com/apache/tvm/tree/v0.8. Please find: - The release note (candidate): https://github.com/apache/tvm/issues/9416 - The full changelog (candidate): https://gist.github.com/junrushao1994/c669905dbc41edc2e691316df49d8562 There have

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-11-01 Thread Junru Shao
@Mousius Thanks for asking! > does this mean that 0.8 will go out with half finished implementations for > things, such as library integrations (i.e. CMSIS-NN) and tvmc arguments (tvmc > is not yet stable as there's breaking changes incoming) Yes, we directly cut main into the v0.8 branch: htt

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-10-30 Thread Junru Shao
@jiangjiajun Sure! We will list experimental paddlepaddle frontend support as a separate category and a highlight of this release -- 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/tvm/issues/8976#issu

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-10-29 Thread Jason
Hi, @junrushao1994 I think we could add paddlepaddle frontend as a new feature in the release note of v0.8 -- 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/tvm/issues/8976#issuecomment-955121366

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-10-29 Thread Christopher Sidebottom
@junrushao1994 does this mean that 0.8 will go out with half finished implementations for things, such as library integrations (i.e. CMSIS-NN) and tvmc arguments (tvmc is not yet stable as there's breaking changes incoming)? If the process is just to take `main` and tag it, can we rapidly move t

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-10-27 Thread Junru Shao
@areusch thanks for asking! sorry I was in vacation by the time of the post. @vinx13 and I are actively drafting a release note, and will cut a release candidate by next Monday (Nov 1, 2021). If there is any small commit after Monday that needs to be included in the RC, please let us know in thi

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-10-19 Thread Andrew Reusch
@junrushao1994 what's the status of the release? is there a list of issues that need to be resolved before we cut? also cc @denise-k @Mousius @mbs-octoml -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/a

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-10-02 Thread Junru Shao
@vinx13 and I spent the previous 2 weeks categorizing the 69 pages of changelogs via git commits: https://docs.google.com/document/d/1D2rig32yZ4H48_tXHb_svnPnt4-FRx3JUbBxKyrW_-I/ Below are the categories we are using: - TE & TIR & TIR Scheduling & TVM Script - Relay IR - AutoTVM & Auto Schedule

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-19 Thread Andrew Reusch
Just checking--by "stable" for the "command line driver interface," does that mean "someone should write a script and presume we won't change the command syntax?" For µTVM we could add: - microTVM Project API -> initial support - microTVM AOT executor -> initial support - microTVM platforms: Zep

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-14 Thread Krzysztof Parzyszek
Hexagon support still needs more work. -- 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/tvm/issues/8976#issuecomment-919449057

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-13 Thread Zhao Wu
> Agree with @leandron that we could firstly refer to the items there. Many > "initial" features in v0.7 are now stable. For example: > > * Initial automatic scheduling support -> stable. > > * Initial command line driver interface -> stable. > > * Intial Hexagon support -> stable.

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-13 Thread tristanqiu8
Expecting the new release! -- 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/tvm/issues/8976#issuecomment-917922534

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-10 Thread Junru Shao
I wanted to propose as a highlight the TE-level auto-differentiation work, lead by @yzhliu, which unlocks TE-level training capability in the TVM stack -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apach

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-10 Thread Cody Yu
Agree with @leandron that we could firstly refer to the items there. Many "initial" features in v0.7 are now stable. For example: * Initial automatic scheduling support -> stable. * Initial command line driver interface -> stable. * Intial Hexagon support -> stable. * Bring your own codegen (BYOC

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-10 Thread Siyuan Feng
Thanks for the work. I believe v0.8 is a good chance to land TensorIR scheduling (https://github.com/apache/tvm/issues/7527). Also, I will try my best to contribute some initial TensorIR tutorials and documentations before the v0.8 release. -- You are receiving this because you are subscribed

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-09 Thread Leandro Nunes
Thanks for doing this work! There were some items listed on #7434, perhaps we can start with those? -- 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/tvm/issues/8976#issuecomment-916667467

[apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-09 Thread Junru Shao
Thanks to everyone who contributed in the past cycle! I would love to use this thread to plan for the v0.8 release. The community has always been focusing on high quality releases. One of the major highlights in the past cycle is TensorIR scheduling, the new low-level intermediate representatio