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 2021/03/08 20:43:44 UTC

[GitHub] [tvm] junrushao1994 commented on pull request #7534: [Target] Add support for target object with host field compatible with previous api

junrushao1994 commented on pull request #7534:
URL: https://github.com/apache/tvm/pull/7534#issuecomment-793062861


   Notes on the tutorial/tests change:
   
   As we are changing user-facing tutorials, we should stick to what is the most readable to new-comers. My proposal is:
   
   Replacing:
   
   ```python
   target = "cuda"
   target_host = "llvm"
   ```
   
   with
   
   ```python
   target = tvm.target.Target("cuda", host="llvm")
   ```


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

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