You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "masahi (via GitHub)" <gi...@apache.org> on 2023/04/26 00:54:28 UTC

[GitHub] [tvm] masahi commented on a diff in pull request #14720: [TIR] [Hexagon] Add get_vtcm_allocation_sizes with lowering

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org