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


##########
python/tvm/tir/schedule/analysis.py:
##########
@@ -56,3 +60,28 @@ def suggest_index_map(
         loops,
         predicate,
     )
+
+
+@tvm._ffi.register_object("tir.schedule.TensorizeInfo")
+class TensorizeInfo(Object):
+    """Necessary information used for tensorization."""
+
+
+def get_tensorize_loop_mapping(sch: Schedule, block: BlockRV, desc_func: 
PrimFunc) -> TensorizeInfo:

Review Comment:
   Yes that's right, thanks.



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