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


##########
src/meta_schedule/search_strategy/evolutionary_search.cc:
##########
@@ -322,6 +333,8 @@ class EvolutionarySearchNode : public SearchStrategyNode {
     /*! \brief An interface method to be called by it's counterpart in 
EvolutionarySearchNode */
     inline void NotifyRunnerResults(const Array<MeasureCandidate>& 
measure_candidates,
                                     const Array<RunnerResult>& results);
+    /*! \brief Compute the hash for the given module */

Review Comment:
   Nit, complete the params & return value.



##########
include/tvm/meta_schedule/database.h:
##########
@@ -404,23 +438,27 @@ class PyDatabaseNode : public DatabaseNode {
  */
 class Database : public runtime::ObjectRef {
  public:
-  /*! An in-memory database. */
-  TVM_DLL static Database MemoryDatabase();
+  /*! An in-memory database.

Review Comment:
   Nit, add `\brief` to align up.



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