> 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);
```
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-rfcs/pull/78#issuecomment-1185690255
You are receiving this because you are subscribed to this thread.
Message ID: <apache/tvm-rfcs/pull/78/[email protected]>