masahi commented on code in PR #14720:
URL: https://github.com/apache/tvm/pull/14720#discussion_r1177201458
##########
python/tvm/tir/analysis/analysis.py:
##########
@@ -384,3 +385,15 @@ def find_anchor_block(mod: IRModule) -> Block:
The anchor block if found, None otherwise.
"""
return _ffi_api.find_anchor_block(mod) # type: ignore # pylint:
disable=no-member
+
+
+def get_vtcm_compaction_passes() -> List[tvm.transform.Pass]:
+ """Utility function to get the list of lowering passes to be applied to
calculate thecompacted
Review Comment:
Please fix the typo `thecompacted` 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]