You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/09 13:32:26 UTC

[GitHub] [tvm] leandron commented on a change in pull request #8212: [IR] Expose list of PassContext configuration names to the Python APIs

leandron commented on a change in pull request #8212:
URL: https://github.com/apache/tvm/pull/8212#discussion_r648305205



##########
File path: python/tvm/ir/transform.py
##########
@@ -120,6 +120,11 @@ def current():
         """Return the current pass context."""
         return _ffi_transform_api.GetCurrentPassContext()
 
+    @staticmethod
+    def list_configs():

Review comment:
       Done, thanks. Do you mind merging it once CI finishes?




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

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