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/05/27 17:45:08 UTC

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

junrushao1994 commented on code in PR #11486:
URL: https://github.com/apache/tvm/pull/11486#discussion_r883858308


##########
python/tvm/target/target.py:
##########
@@ -313,10 +313,10 @@ def canon_target_map_and_host(target_map, target_host=None):
         Target.canon_target. The final target_map keys will capture the target_host in
         canonical form. Also returns the target_host in canonical form."""
         if target_host is not None:
-            warnings.warn(
-                "target_host parameter is going to be deprecated. "
-                "Please pass in tvm.target.Target(target, host=target_host) instead."
-            )
+            # warnings.warn(

Review Comment:
   Is this intentional? I suppose it's not throwing warnings if used correctly, right?



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