Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-17 Thread Leandro Nunes
Closed #14260 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#event-8776252415 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-17 Thread Leandro Nunes
Closing this vote as results have been published. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1473528562 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-16 Thread Qiang Zhang
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1473064922 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-16 Thread Junru Shao
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1472386963 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-16 Thread Tianqi Chen
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1472334523 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-16 Thread Wuwei Lin
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1472324324 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-15 Thread Andrew Reusch
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1470304216 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-15 Thread Leandro Nunes
I've updated the main post in this voting thread with context about RC0 and new links for RC1 voting. New packages are uploaded to: SVN: https://dist.apache.org/repos/dist/dev/tvm/tvm-v0.11.1-rc1/ GitHub Release: https://github.com/apache/tvm/releases/tag/v0.11.1 With this post I'm then calling

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-15 Thread Leandro Nunes
Thanks. I'll generate a new package and then leave it available for a new 24h round of voting. I'll post here again when it is ready. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1469767096 You are receiving this because you are su

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-14 Thread driazati
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1469058137 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-14 Thread Andrew Reusch
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1468974281 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-14 Thread Andrew Reusch
@leandron i think that PR should unblock the release -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1468882801 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-14 Thread Leandro Nunes
I submitted https://github.com/apache/tvm/pull/14300 to deal with the release updates. Am I missing other places that need updating in `apache/tvm` repo? -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1468567540 You are receiving thi

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-14 Thread Leandro Nunes
OK, so I'm progressing with option 1 for the existing `v0.11.1` branch. We can review these rules for the next releases. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1468468263 You are receiving this because you are subscribed to t

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-13 Thread Andrew Reusch
okay i took a look here and i think something is messy with our process. here is the process now: 1. cut a release branch, then update the checked-in version strings by running `python3 version.py`, then creating a PR out of the diff. that typically should look like https://github.com/apache/tvm

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-13 Thread driazati
The version numbers should reflect the current version (and it's in more places than `version.py`). There should be a PR against the v0.11.0 branch like #12190 that updates the version numbers from `v0.11.0` to `v0.11.1`, then we tag that commit once it's merged as the new v0.11.1 -- Reply to

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-13 Thread Leandro Nunes
Just to clarify what is missing: is it updating (e.g. via `version.py`) the version numbers in the source package so that it reflects the right version when built? @driazati I'm asking because this seems like a reasonable step, but it is not what is instructed at https://tvm.apache.org/docs/co

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-10 Thread Andrew Reusch
-1 yeah agreed we should fix the version numbering first before releasing, sorry i forgot to check that. -1 til we do that. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1464639756 You are receiving this because you are subscribed

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-10 Thread driazati
Checked building with [this config](https://github.com/tlc-pack/tlcpack/blob/main/wheel/build_wheel_manylinux.sh#L88) minus `ETHOSN` and `ETHOSU` and it seems to import correctly and `typing_extensions` is installed during a `pip install`. As @Johnson9009 pointed out though the rc package will

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-10 Thread Qiang Zhang
+1, by the way the version is still 0.11.0dev, this should be changed to 0.11.1 too. Actually, I want 0.12.0 more, because the 0.11 branch is behind too much than main. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1463999760 You a

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-10 Thread Tianqi Chen
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1463872993 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-10 Thread masahi
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1463601351 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-10 Thread Siyuan Feng
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1463543403 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Release Apache TVM v0.11.1 (Issue #14260)

2023-03-09 Thread Andrew Reusch
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/14260#issuecomment-1462781749 You are receiving this because you are subscribed to this thread. Message ID: