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


##########
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:
   Rebased & fixed.



-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to