junrushao commented on code in PR #13050:
URL: https://github.com/apache/tvm/pull/13050#discussion_r996542377


##########
src/meta_schedule/database/json_database.cc:
##########
@@ -67,6 +68,10 @@ void JSONFileAppendLine(const String& path, const 
std::string& line) {
 /*! \brief The default database implementation, which mimics two database 
tables with two files. */
 class JSONDatabaseNode : public DatabaseNode {
  public:
+  explicit JSONDatabaseNode(String mod_eq_name = "structural")

Review Comment:
   I see. Then I'm fine with the current implementation



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