leandron opened a new issue #6792: URL: https://github.com/apache/incubator-tvm/issues/6792
This is a list of items we recorded as TODO, during TVMC code-reviews. The list is sorted by my perceived priority implementing them: - [ ] In `tvmc compile` and `tvmc tune`, modify the way we deal with the output of `relay.build`, and remove usage of `graph_module.get_json(), graph_module.get_lib(), graph_module.get_params()`. This will also change the way `tvmc run` consumes the produced TAR file - [ ] In `tvmc run`, expand the possibilities for `--devices`, to cover more alternatives supported by `tvm.rpc.client` - [ ] In `tvmc compile`, eliminate the duplicated code in tvmc/compiler.py, inegrating `tvmc.common.target_from_cli(target)` (this is #6788) - [ ] In `tvmc compile`, expand the target file to be downloaded from a URL The changes will be dealt with, in separate PRs. There are also other items discussed, that are outside of the immediate TVMC module: - We can't, at the moment use TVMC to use composite targets: https://discuss.tvm.apache.org/t/rfc-composite-target/7744 - The `SaveToFile` interface doesn't offer a robust behavior across different targets: https://discuss.tvm.apache.org/t/rfc-savetofile-file-name-format-expected-behavior/7741 - There is no API so that we can collect all the available targets, to show them to the end-user ---------------------------------------------------------------- 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]
