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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to