merrymercy commented on a change in pull request #7156:
URL: https://github.com/apache/tvm/pull/7156#discussion_r548442671
##########
File path: python/tvm/auto_scheduler/compute_dag.py
##########
@@ -32,7 +32,12 @@
class LayoutRewriteOption:
- """Options for applying layout rewrite."""
+ """
+ Options for applying layout rewrite.
+
+ The NO_REWRITE and INSERT_TRANSFORM_STAGE is expected to be used when
tuning a dependent op,
+ and the REWRITE_FOR_PRE_TRANSFORMED is expected to be used when tuning ops
inside a network.
Review comment:
"a dependent op" -> "an independent op"
----------------------------------------------------------------
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:
[email protected]