vinx13 commented on code in PR #12544:
URL: https://github.com/apache/tvm/pull/12544#discussion_r952057498


##########
python/tvm/meta_schedule/schedule_rule/multi_level_tiling.py:
##########
@@ -172,6 +174,7 @@ def __init__(
         vector_load_lens: Optional[List[int]] = None,
         reuse_read: Optional[ReuseType] = None,
         reuse_write: Optional[ReuseType] = None,
+        use_software_pipeline: bool = False,

Review Comment:
   it depends on the arch. It cause some regression in some cases because 
shared memory is small, need to use dynamic shared memory in this case (not 
supported yet). Will revisit this later



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