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


##########
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:
   (definitely not an expert here)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to