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


##########
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:
   Is it possible if we bypass it via some tricks like unique ptr? (Sorry I 
don’t think very deeply so feel free to object)



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