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

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


    from ce8f52b  Fix a memory leak in SetParams (#7960)
     add b2c4f1c  [RELAY] Turn reshape into nop in graph executor backend. 
(#7945)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/function.h                      |  3 ++
 include/tvm/relay/op_attr_types.h                 |  7 ++++
 src/relay/backend/graph_executor_codegen.cc       | 23 +++++++++++
 src/relay/backend/graph_plan_memory.cc            | 45 +++++++++++++++++++++-
 src/relay/op/dyn/tensor/transform.cc              |  3 +-
 src/relay/op/tensor/transform.cc                  | 12 ++++--
 src/relay/transforms/fuse_ops.cc                  | 30 +++++++++++++--
 src/relay/transforms/memory_alloc.cc              | 34 ++--------------
 tests/python/relay/test_backend_graph_executor.py | 47 +++++++++++++++++++++++
 9 files changed, 164 insertions(+), 40 deletions(-)

Reply via email to