junrushao1994 commented on a change in pull request #5:
URL: https://github.com/apache/tvm-rfcs/pull/5#discussion_r676828227



##########
File path: rfcs/0001-meta-schedule-autotensorir.md
##########
@@ -147,17 +203,20 @@ sch.reorder(
 
 ### 3.4. AutoScheduler-style Design Space Generation
 
-AutoScheduler (Ansor) generates schedule templates by applying their 
SearchRules to each stage.
-SearchRule analyzes TE and eagerly trigger schedule primitives accordingly in 
its internally
-maintained mini IR.
+To generate design space, AutoScheduler (Ansor) applies a set of rules to each 
TE stage.

Review comment:
       > To generate design space, AutoScheduler applies a set of rules to each 
[TE stage](https://tvm.apache.org/docs/api/python/te.html#tvm.te.Stage) that 
corresponds to a [TE 
operation](https://tvm.apache.org/docs/api/doxygen/classtvm_1_1te_1_1Operation.html),
 defined by 
[`te.compute(...)`](https://tvm.apache.org/docs/api/python/te.html#tvm.te.compute).
   




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