comaniac commented on pull request #7427: URL: https://github.com/apache/tvm/pull/7427#issuecomment-776941068
Ah I messed up with `tag.cc` and `target_kind.cc`... So basically `kind` refers to the backend, such as `llvm`, `cpu`, `gpu`, `cuda`, and `tag` refers to a complete target string or JSON, such as `cuda -keys=cuda,gpu -arch=sm_61 -max_num_threads=1024 -thread_warp_size=32`. Since target kind is less used and I supposed this PR is for TVMC, I assume TVMC users should mostly just use tags to make sure everything is covered. ---------------------------------------------------------------- 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]
