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/02/10 23:13:11 UTC

[GitHub] [tvm] junrushao1994 edited a comment on pull request #7427: Make the TVM targets list available in Python

junrushao1994 edited a comment on pull request #7427:
URL: https://github.com/apache/tvm/pull/7427#issuecomment-777098967


   Thanks for the discussion, and sorry for the late reply!
   
   To clarify:
   - Target `tag`s are an alias and an efficient way to create concrete targets. For example, `nvidia/rtx2080ti` is short for "cuda -arch sm_75 -shared_memory_per_block 49152 -registers_per_block 65536 -thread_warp_size 32".
   - Target `kind`s mean specifically the codegen target, i.e. do we codegen to LLVM IR (where the kind is "llvm"), or CUDA C (where the kind is "cuda"), etc. We write `kind` as the first term in the target string.
   


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