You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/07/29 03:04:33 UTC

[incubator-tvm] branch master updated (44ff1f3 -> 2e93aef)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 44ff1f3  [Relay] Handle ndarray_size in FoldConstant (#6156)
     add 2e93aef  Improve error messages in graph tuner, graph runtime, and module loader. (#6148)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/graph_tuner/base_graph_tuner.py |  3 +++
 python/tvm/contrib/graph_runtime.py                |  5 ++++-
 src/runtime/library_module.cc                      | 19 +++++++++++++++++--
 src/runtime/stackvm/stackvm_module.cc              | 19 +++++++++++++++++--
 4 files changed, 41 insertions(+), 5 deletions(-)