junrushao1994 commented on a change in pull request #7462:
URL: https://github.com/apache/tvm/pull/7462#discussion_r578694654
##########
File path: include/tvm/target/target_kind.h
##########
@@ -376,7 +376,8 @@ inline TargetKindRegEntry& TargetKindRegEntry::set_name() {
.add_attr_option<String>("tag") \
.add_attr_option<String>("device") \
.add_attr_option<String>("model") \
- .add_attr_option<Array<String>>("libs")
+ .add_attr_option<Array<String>>("libs") \
+ .add_attr_option<Target>("host")
Review comment:
It is super important question, so I answered on the thread below:
https://github.com/apache/tvm/pull/7462#issuecomment-781584977. Thank you
Leandro for bringing this up!
----------------------------------------------------------------
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]