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/27 02:52:35 UTC

[GitHub] [tvm] MasterJH5574 commented on pull request #12520: [MetaSchedule][UX] Make `Database` with-able

MasterJH5574 commented on PR #12520:
URL: https://github.com/apache/tvm/pull/12520#issuecomment-1229107472

   > > > Another problem I’m thinking about is.. What will happen if we have code
   > > > ```python
   > > > with database_0, database_1:
   > > >     ...
   > > > ```
   > > > 
   > > > 
   > > >     
   > > >       
   > > >     
   > > > 
   > > >       
   > > >     
   > > > 
   > > >     
   > > >   
   > > > If we query the best record in the “with” body, looks like the current impl will only looking for records in `database_2`, rather than looking for record from both databases?
   > > 
   > > 
   > > I think if we have a way to merge several databases, we can agree that we only support `with database:` (one database).
   > 
   > @MasterJH5574 @masahi Great discussion here! We will introduced `JoinedDatabase` in the near future to cater such needs
   
   @junrushao Sounds a great idea. Thanks in advance!


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