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

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


    from 5506472  [microTVM][Zephyr] Add MIMXRT1050 board support (#9068)
     add 163322c  [Relay] Prepare for new plan_devices.cc (part II) (#9130)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/attrs.h                             | 25 ++++++++
 include/tvm/ir/function.h                          | 21 +++++++
 include/tvm/parser/parser.h                        |  8 ++-
 include/tvm/relay/attrs/annotation.h               | 41 +++++++++++---
 include/tvm/relay/attrs/function.h                 | 66 ----------------------
 python/tvm/parser/__init__.py                      |  6 +-
 src/ir/diagnostic.cc                               |  6 +-
 src/parser/meta_ref.h                              |  3 +-
 src/parser/parser.cc                               | 52 ++++++++++++-----
 src/parser/source_map.cc                           |  6 +-
 src/relay/op/annotation/annotation.cc              | 50 ++++++++--------
 src/relay/op/annotation/annotation.h               | 23 +++++---
 src/relay/op/memory/device_copy.cc                 |  1 +
 src/relay/op/memory/device_copy.h                  |  2 +-
 src/relay/op/memory/memory.cc                      |  2 +
 src/relay/op/vm/vm.cc                              |  3 +
 src/relay/transforms/type_infer.cc                 |  1 -
 .../python/relay/op/annotation/test_annotation.py  | 11 ++--
 tests/python/relay/test_ir_parser.py               | 25 +++++++-
 19 files changed, 211 insertions(+), 141 deletions(-)
 delete mode 100644 include/tvm/relay/attrs/function.h

Reply via email to