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/06/06 14:36:57 UTC

[GitHub] [tvm] junrushao1994 opened a new pull request, #11590: [MetaSchedule] Evo Independence from TaskScheduler

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

   Per discussion with @Kathryn-cat, we realized that the current API
   design could be verbose if we only want to tune a single task, in which
   case a dummy task scheduler still needs to be established to supply
   `EvolutionarySearch` with proper `CostModel` and `Database`. This PR
   fixes this UX issue.


-- 
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] junrushao1994 merged pull request #11590: [MetaSchedule] Evo Independence from TaskScheduler

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


-- 
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] Kathryn-cat commented on pull request #11590: [MetaSchedule] Evo Independence from TaskScheduler

Posted by GitBox <gi...@apache.org>.
Kathryn-cat commented on PR #11590:
URL: https://github.com/apache/tvm/pull/11590#issuecomment-1148033165

   Looks good to me!


-- 
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] junrushao1994 commented on pull request #11590: [MetaSchedule] Evo Independence from TaskScheduler

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

   @Kathryn-cat Hey I improved the error message with clear instructions of what to do. Let me know if it looks good :-)


-- 
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] junrushao1994 commented on pull request #11590: [MetaSchedule] Evo Independence from TaskScheduler

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

   Thank you @Kathryn-cat for the valuable feedback! Will do!


-- 
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] Kathryn-cat commented on pull request #11590: [MetaSchedule] Evo Independence from TaskScheduler

Posted by GitBox <gi...@apache.org>.
Kathryn-cat commented on PR #11590:
URL: https://github.com/apache/tvm/pull/11590#issuecomment-1148019578

   I tested on local and it looks good! Perhaps add a hint showing that `database` is required in some situations like evolutionary search and optional in other situations?


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