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/11/01 03:23:03 UTC

[GitHub] [tvm] zxybazh opened a new pull request, #13246: [MetaSchedule] Fix Task Hanging in EvolutionarySearch

zxybazh opened a new pull request, #13246:
URL: https://github.com/apache/tvm/pull/13246

   This PR introduces a new argument for EvolutionarySearch that limites the failures (defined as rounds of no new generated candidate) in the `SampleInitPopulation` stage. In this way we can avoid the task to be hanging forever in special cases, e.g., some postproc always fails. This should fix #12330.


-- 
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] zxybazh commented on pull request #13246: [MetaSchedule] Fix Task Hanging in EvolutionarySearch

Posted by GitBox <gi...@apache.org>.
zxybazh commented on PR #13246:
URL: https://github.com/apache/tvm/pull/13246#issuecomment-1297977088

   CC @junrushao @vinx13 


-- 
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] tvm-bot commented on pull request #13246: [MetaSchedule] Fix Task Hanging in EvolutionarySearch

Posted by GitBox <gi...@apache.org>.
tvm-bot commented on PR #13246:
URL: https://github.com/apache/tvm/pull/13246#issuecomment-1297973180

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
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] junrushao merged pull request #13246: [MetaSchedule] Fix Task Hanging in EvolutionarySearch

Posted by GitBox <gi...@apache.org>.
junrushao merged PR #13246:
URL: https://github.com/apache/tvm/pull/13246


-- 
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