You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/06/29 22:24:17 UTC

[tvm] branch main updated (da2ad2d44b -> 7ef6811000)

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

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from da2ad2d44b [RPC] Add Data & Time For RPC Tracker / Server Logging (#11950)
     add 7ef6811000 [Relay] Handle memory scope during lowering from relay level (#11874)

No new revisions were added by this update.

Summary of changes:
 include/tvm/driver/driver_api.h        |  1 -
 include/tvm/relay/expr.h               |  3 ++-
 include/tvm/tir/buffer.h               | 17 +++++++++++++++++
 src/driver/driver_api.cc               | 30 ++----------------------------
 src/relay/backend/te_compiler.cc       | 30 +++++++++++++++++++++++++++++-
 src/relay/backend/te_compiler_cache.cc |  3 ++-
 src/relay/backend/te_compiler_cache.h  |  7 ++++++-
 src/tir/ir/buffer.cc                   | 27 +++++++++++++++++++++++++++
 8 files changed, 85 insertions(+), 33 deletions(-)