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 2022/12/12 17:35:53 UTC

[GitHub] [tvm] junrushao commented on a diff in pull request #13596: [Meta][TIR] Fix func registration issue during TIR kernel tuning by meta-scheduler

junrushao commented on code in PR #13596:
URL: https://github.com/apache/tvm/pull/13596#discussion_r1046149728


##########
python/tvm/meta_schedule/relay_integration.py:
##########
@@ -45,8 +45,7 @@
 from .tune_context import TuneContext
 from .utils import fork_seed
 
-if TYPE_CHECKING:
-    from tvm import relay
+from tvm import relay

Review Comment:
   By design, MetaSchedule should not depend on relay. Let's keep this line as it is



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