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

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


    from a370243e51 Pass through runtime
     new 61e8e2d8fa Bring custom hook to ffi layer
     new b7020daba9 Fix cython pickle

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/tvm/_ffi/__init__.py                        |  2 +-
 python/tvm/_ffi/base.py                            |  9 +--
 python/tvm/ffi/cython/dtype.pxi                    |  2 +-
 python/tvm/ffi/cython/object.pxi                   | 66 ++++++++++++++++++++++
 python/tvm/ffi/cython/string.pxi                   |  2 +
 python/tvm/ffi/dtype.py                            |  2 +-
 python/tvm/ir/container.py                         |  2 +
 python/tvm/meta_schedule/cost_model/mlp_model.py   |  4 +-
 python/tvm/rpc/client.py                           |  2 +-
 python/tvm/runtime/__init__.py                     |  2 +-
 python/tvm/runtime/_ffi_node_api.py                |  3 -
 python/tvm/runtime/container.py                    |  3 +
 python/tvm/runtime/device.py                       |  5 +-
 python/tvm/runtime/module.py                       |  2 +-
 python/tvm/runtime/ndarray.py                      |  2 +-
 python/tvm/runtime/object.py                       | 62 +++++---------------
 python/tvm/tir/expr.py                             |  4 +-
 src/node/structural_hash.cc                        | 32 +++++++++++
 tests/python/ffi/test_string.py                    |  9 +++
 .../python/tvmscript/test_tvmscript_printer_doc.py |  2 -
 .../test_tvmscript_printer_structural_equal.py     |  5 +-
 21 files changed, 146 insertions(+), 76 deletions(-)

Reply via email to