You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/29 15:38:54 UTC

[tvm] branch last-successful updated (2160f731c8 -> ef79f6122b)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 2160f731c8 Include BUILD_NUMBER in rebuilt docker image. (#11165)
     add bc29367b04 Move WrapTimeEvaluator from RPC to profiling, NFC (#11172)
     add ef79f6122b [Analysis] Readability/Deduplication in Analyzer CanProve/Simplify (#11130)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/profiling.h                    | 23 +++++++++
 src/arith/analyzer.cc                              | 29 ++++++-----
 .../graph_executor/debug/graph_executor_debug.cc   |  2 +-
 src/runtime/profiling.cc                           | 55 ++++++++++++++++++++
 src/runtime/rpc/rpc_module.cc                      | 59 +---------------------
 src/runtime/rpc/rpc_session.h                      | 23 ---------
 6 files changed, 96 insertions(+), 95 deletions(-)