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/08/30 07:03:10 UTC

[GitHub] [tvm] junrushao opened a new pull request, #12643: [MetaSchedule][UX] Convenient Object Creation

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

   This PR introduces a set of `.create` methods making it easier to create
   MetaSchedule objects.
   
   For example:
   
   ```python
   ms.database.JSONDatabase(...)
   ms.Database.create("json")
   
   ms.runner.RPCRunner(...)
   ms.Runner.create("rpc")
   ```


-- 
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 #12643: [MetaSchedule][UX] Convenient Object Creation

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


-- 
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 commented on pull request #12643: [MetaSchedule][UX] Convenient Object Creation

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

   CC: @Kathryn-cat @spectrometerHBH @MasterJH5574 


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