kparzysz-quic opened a new pull request #8823:
URL: https://github.com/apache/tvm/pull/8823
Make the `tvm.target.hexagon()` function take most options as keyword
parameters. This will allow adding additional parameters without changing the
interface.
No changes are required to existing code, except for changing positional
parameters following the CPU version to keyword parameters, and updating the
names of the keyword parameters:
```
sim_args -> sim_options,
llvm_args -> llvm_options,
```
although the old names will be accepted for the time being.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]