merrymercy commented on a change in pull request #6987: URL: https://github.com/apache/tvm/pull/6987#discussion_r534437675
########## File path: python/tvm/auto_scheduler/compute_dag.py ########## @@ -162,6 +162,23 @@ def infer_bound_from_state(self, state): updated_state.stage_id_map[k] = v return updated_state + def rewrite_layout_from_state(self, state): + """ + Rewrite the layout according to the transform steps in the history of a state Review comment: ```suggestion Rewrite the layout of the DAG according to the transform steps in the history of a state. ``` ---------------------------------------------------------------- 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