merrymercy commented on a change in pull request #6107:
URL: https://github.com/apache/incubator-tvm/pull/6107#discussion_r459809485



##########
File path: src/auto_scheduler/loop_state.h
##########
@@ -225,6 +238,13 @@ class StateNode : public Object {
    * operation.
    */
   AttachMap attach_map;
+  /*!
+   * \brief The up-to-date ComputeDAG of this state, used for some steps that 
may change the

Review comment:
       This dag is always up-to-date.
   The comment in the above method says the "initial dag" may not be 
up-to-date. So we need to store a new up-to-date dag here.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to