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/08/12 20:24:32 UTC

[tvm] branch last-successful updated (369e8b2830 -> db1ed779f8)

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 369e8b2830 [ci] Default to n=2 for test parallelism (#12376)
     add c3c7c4ccc3 [Profiler] Fix graph_executor_debug hang (#12382)
     add db1ed779f8 [docs] Update minimum compiler requirements for building from source (#12405)

No new revisions were added by this update.

Summary of changes:
 docs/install/from_source.rst                       |  6 ++-
 include/tvm/runtime/profiling.h                    |  6 ++-
 python/tvm/contrib/debugger/debug_executor.py      | 49 +++++++++++++++++--
 python/tvm/contrib/graph_executor.py               |  7 +++
 python/tvm/runtime/module.py                       |  6 +++
 python/tvm/runtime/vm.py                           |  7 +++
 src/runtime/crt/common/crt_runtime_api.c           | 16 +++++--
 .../graph_executor/debug/graph_executor_debug.cc   | 55 +++++++++++++---------
 src/runtime/profiling.cc                           | 12 +++--
 src/runtime/rpc/rpc_module.cc                      | 33 ++++++++-----
 web/emcc/tvmjs_support.cc                          | 22 +++++----
 web/src/runtime.ts                                 |  7 ++-
 12 files changed, 164 insertions(+), 62 deletions(-)