You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This is a list of items we recorded as TODO, during TVMC code-reviews.
The list is sorted by my perceived priority implementing them:
tvmc compileandtvmc tune, modify the way we deal with the output ofrelay.build, and remove usage ofgraph_module.get_json(), graph_module.get_lib(), graph_module.get_params(). This will also change the waytvmc runconsumes the produced TAR filetvmc run, expand the possibilities for--devices, to cover more alternatives supported bytvm.rpc.clienttvmc compile, expand the target file to be downloaded from a URLtvmc compile, eliminate the duplicated code in tvmc/compiler.py, inegratingtvmc.common.target_from_cli(target)(this is [TVMC] use common function to obtain target from --target value on 'tvmc compile' #6788)The changes will be dealt with, in separate PRs.
There are also other items discussed, that are outside of the immediate TVMC module:
SaveToFileinterface doesn't offer a robust behavior across different targets: https://discuss.tvm.apache.org/t/rfc-savetofile-file-name-format-expected-behavior/7741Edit 23/Feb/2021: updated with completed tasks in this backlog.
cc @Mousius @gromero