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



##########
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:
       A TE schedule is the schedule corresponding to a TE operation defined by 
`te.compute(...)`. Perhaps I should put a link to the doc of TE stage for 
reference: https://tvm.apache.org/docs/api/python/te.html#tvm.te.Stage.




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