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 2022/07/15 16:10:37 UTC

[GitHub] [tvm-rfcs] Mousius commented on pull request #78: Add Target Features RFC

Mousius commented on PR #78:
URL: https://github.com/apache/tvm-rfcs/pull/78#issuecomment-1185690255

   > If we add another member to `Target`, how will this interact with the [target parser proposal](https://github.com/apache/tvm-rfcs/pull/71)?
   
   The hope is to use the target parser to parse out the features as it'd just be an additional field we can set:
   
   ```c++
   target_json.Set("features", features_map);
   ```
   


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org