You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/19 05:51:22 UTC

[GitHub] [tvm] AndrewZhaoLuo opened a new issue, #12832: [release] v0.10.0 Release Schedule

AndrewZhaoLuo opened a new issue, #12832:
URL: https://github.com/apache/tvm/issues/12832

   As discussed in https://github.com/apache/tvm-rfcs/blob/main/rfcs/0067-quarterly-releases.md, releases will happen roughly every three months. I have been put in charge for this one. This thread is meant to discuss the release schedule. 
   
   We will do a branch cut soon but accept cherry-picked changes for a couple weeks. 
   
   See the [release steps](https://github.com/apache/tvm-rfcs/blob/main/rfcs/0067-quarterly-releases.md#reference-level-explanation) for details as well as the [TVM release process docs](https://tvm.apache.org/docs/contribute/release_process.html).
   
   The current schedule is:
   * September 20 - branch cut
      * we will create a `v0.10` branch from `main` on this day
   * September 27 - cherry-picking soft deadline
      * during this time any reasonable change can be merged, comment on this issue with the commit you would like added to the release branch
   * September 30 - cherry-picking hard deadline
       * during this time only critical changes will be merged, comment on this issue with the commit you would like added to the release branch as well as the reasoning for adding it
   * ~~October 4~~ October 7 - release vote opened
   * ~~October 11 ~~ October 12 - release published
   
   Keep in mind this schedule is tentative and may change as we progress through the process. 
   
   A new issue will be made shortly after branch cut detailing the release notes: <ISSUE HERE>.
   
   cc @driazati @areusch @leandron 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] driazati commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
driazati commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1274197488

   > Does the release do more extra testing than the branch main? In general, the release process contains two kinds of works, the first one is arrangement, like we have done here, e.g, release note, license confirmation, ..., the other one is testing, some company or organization may use the work "sign off", the full test suite will be confirmed to meet the release requirement. My question is that do we have the extra "sign off" testing? @AndrewZhaoLuo, @driazati, @tqchen Thanks.
   
   Everything that we currently test is run on every commit, there is no special testing for a release beyond what was run on the last commit included in that release. IIUC the vote thread in #13026 is supposed to give interested users a time to run any tests of their own and voice related concerns if necessary.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] AndrewZhaoLuo closed issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo closed issue #12832: [release] v0.10.0 Release Schedule
URL: https://github.com/apache/tvm/issues/12832


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1261437911

   #12880 is ready to cherry-pick


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1261485570

   if it's not too late, could https://github.com/apache/tvm/pull/12856 get cherry-picked as well?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] AndrewZhaoLuo commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1281239254

   Release done, thanks folks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Hzfengsy commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
Hzfengsy commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1263234456

   @zhyncs Thanks for your interest. Relax is at the RFC stage (https://github.com/apache/tvm-rfcs/pull/89). And we will upstream it when the RFC passes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1258419300

   I'm hoping to land https://github.com/apache/tvm/pull/12880 shortly, will update this thread when it does so we can cherry-pick it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Johnson9009 commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
Johnson9009 commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1274062113

   Does the release do more extra testing than the branch main?
   In general, the release process contains two kinds of works, the first one is arrangement, like we have done here, e.g, release note, license confirmation, ..., the other one is testing, some company or organization may use the work "sign off", the full test suite will be confirmed to meet the release requirement.
   My question is that do we have the extra "sign off" testing? 
   @AndrewZhaoLuo, @driazati, @tqchen  Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] vinx13 commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
vinx13 commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1254346733

   would be great to have https://github.com/apache/tvm/commit/7aef584c0f8fb3b516afde3fb5fac9c2d0969c0a cherry-picked


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] zhyncs commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
zhyncs commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1263230898

   @Hzfengsy @YuchenJin Hi TVM genius, when will relax be merged to tvm main upstream?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Johnson9009 commented on issue #12832: [release] v0.10.0 Release Schedule

Posted by GitBox <gi...@apache.org>.
Johnson9009 commented on issue #12832:
URL: https://github.com/apache/tvm/issues/12832#issuecomment-1275540306

   @driazati Understand, thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org