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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from b3d13d1  [CI] Allow CI_PYTEST_ADD_OPTIONS to be unbound. (#5644)
     add b4d4193  [Runtime] Introduce runtime::Array (#5585)

No new revisions were added by this update.

Summary of changes:
 3rdparty/dmlc-core                               |   2 +-
 include/tvm/node/container.h                     | 286 +--------
 include/tvm/relay/attrs/transform.h              |   2 +-
 include/tvm/runtime/container.h                  | 774 ++++++++++++++++++++++-
 include/tvm/runtime/object.h                     |   2 +
 python/tvm/ir/container.py                       |   2 +-
 src/ir/expr.cc                                   |   4 +-
 src/node/container.cc                            |  38 +-
 src/node/serialization.cc                        |  48 +-
 src/printer/relay_text_printer.cc                |   2 +-
 src/printer/tir_text_printer.cc                  |   4 +-
 src/relay/op/tensor/transform.cc                 |   6 +-
 src/relay/transforms/infer_layout_util.h         |   4 +-
 src/te/schedule/schedule_dataflow_rewrite.cc     |  37 +-
 src/te/schedule/schedule_lang.cc                 |  61 +-
 src/tir/transforms/storage_access.cc             |   4 +-
 tests/cpp/container_test.cc                      | 100 +++
 tests/python/relay/test_backend_graph_runtime.py |   2 +-
 18 files changed, 990 insertions(+), 388 deletions(-)

Reply via email to