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


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


Reply via email to