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/09/08 21:09:21 UTC

[GitHub] [tvm] areusch opened a new issue, #12742: [Bug] deprecation warning when using tvmc compile with BYOC targets

areusch opened a new issue, #12742:
URL: https://github.com/apache/tvm/issues/12742

   See https://discuss.tvm.apache.org/t/how-to-get-rid-of-deprecated-target-warning-for-marvell-hybrid-target/13497.
   
   ```
   $python3 -m pdb  -m tvm.driver.tvmc compile --target="mrvl, llvm" --output=b11_mlf.tar  cnn_b11.0_model.onnx
   
   UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead.
     "target_host parameter is going to be deprecated. "
   ```
   
   The warning should not be printed.


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

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


[GitHub] [tvm] areusch closed issue #12742: [Bug] deprecation warning when using tvmc compile with BYOC targets

Posted by GitBox <gi...@apache.org>.
areusch closed issue #12742: [Bug] deprecation warning when using tvmc compile with BYOC targets
URL: https://github.com/apache/tvm/issues/12742


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