masahi commented on code in PR #11088:
URL: https://github.com/apache/tvm/pull/11088#discussion_r856019497


##########
python/tvm/meta_schedule/schedule_rule/multi_level_tiling.py:
##########
@@ -82,3 +82,37 @@ def __init__(
             reuse_read.as_dict() if reuse_read is not None else None,
             reuse_write.as_dict() if reuse_write is not None else None,
         )
+
+
+@register_object("meta_schedule.MultiLevelTilingWithIntrin")
+class MultiLevelTilingWithIntrin(ScheduleRule):
+    """Multi-level tiling with reuse.
+
+    Parameters
+    ----------
+    intrin_name : str
+        The name of a tensor intrinsic, must be registerd via 
TensorIntrin.register(...) beforehand

Review Comment:
   I didn't add them since they are identical to the doc in `MultiLevelTiling` 
just above.
   
   But ok, just copy-pasted doc for other params.



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