leandron commented on a change in pull request #7462:
URL: https://github.com/apache/tvm/pull/7462#discussion_r580143157
##########
File path: python/tvm/target/target.py
##########
@@ -46,7 +46,7 @@ class Target(Object):
- :py:func:`tvm.target.intel_graphics` create Intel Graphics target
"""
- def __init__(self, tag_or_str_or_dict):
+ def __init__(self, tag_or_str_or_dict, host_tag_or_str_or_dict=None):
Review comment:
@areusch as a follow-up to this, we've recently updated `tvmc` to accept
something similar - in terms of user facing syntax to express "targets" for
compilation - to what you present here.
Check it out on https://github.com/apache/tvm/pull/7304 for code and
https://discuss.tvm.apache.org/t/byoc-partitioning-support-on-tvmc/8901 for
discussion.
----------------------------------------------------------------
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]