This is an automated email from the ASF dual-hosted git repository.
haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 92c7826 [CI] Fix build.sh to propagate --network=host to the docker
build command (#5336)
add 9a8ed5b [Runtime][Relay][Cleanup] Clean up for memory pass to enable
heterogenous execution support. (#5324)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/device_copy.h | 4 +-
include/tvm/relay/attrs/memory.h | 27 ++++
python/tvm/relay/op/memory/memory.py | 61 +++++++-
python/tvm/relay/transform/memory_alloc.py | 219 ++++++++++++-----------------
src/relay/backend/vm/compiler.cc | 2 +-
src/relay/op/memory/memory.cc | 128 ++++++++++++-----
6 files changed, 269 insertions(+), 172 deletions(-)