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

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


    from abf14fae19 fix lint
     new 493e97c2e5 update contrib
     new 1eabb1503b [FFI] minor update
     new 0e8cdf2ccf fix through web
     new 18779fe16a Always return str in ffi
     new fd75d57c4c Legacy always returns raw string to keep things simple
     new e4186e7e85 [FFI] Move ByteArray to be consistent on 32bit for now
     new 71d119c136 [FFI] 32bit robustness
     new 71e4048fe6 fix web runtime
     new e48ec28531 Update
     new 0b441dfa51 [FFI] 32bit compact
     new 4f591c9104 minor runtime fix
     new ca89530a02 lint

The 12 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:
 ffi/include/tvm/ffi/base_details.h             | 12 +++++
 ffi/include/tvm/ffi/c_api.h                    |  8 +++-
 ffi/include/tvm/ffi/container/variant.h        |  2 +
 ffi/include/tvm/ffi/dtype.h                    |  2 +-
 ffi/include/tvm/ffi/string.h                   |  1 +
 ffi/include/tvm/ffi/type_traits.h              | 23 +++++----
 ffi/src/ffi/function.cc                        |  9 ++--
 ffi/tests/cpp/test_reflection.cc               |  9 ++--
 ffi/tests/cpp/test_string.cc                   |  6 +--
 include/tvm/runtime/packed_func.h              | 22 +--------
 python/tvm/runtime/container.py                |  7 +--
 python/tvm/target/target.py                    |  4 +-
 src/runtime/c_runtime_api.cc                   |  7 ++-
 src/runtime/contrib/cudnn/conv_forward.cc      |  2 +-
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc  |  9 +---
 src/script/ir_builder/tir/ir.cc                |  5 +-
 src/target/llvm/intrin_rule_hexagon.cc         |  1 +
 tests/python/ir/test_ir_container.py           |  1 -
 tests/python/ir/test_node_reflection.py        |  2 +-
 tests/python/runtime/test_runtime_container.py |  7 +--
 tests/python/runtime/test_runtime_error.py     |  8 +---
 web/emcc/tvmjs_support.cc                      | 65 +++++++++-----------------
 web/emcc/wasm_runtime.cc                       | 21 ++++-----
 web/src/runtime.ts                             | 46 +++---------------
 web/tests/node/test_object.js                  |  7 +--
 25 files changed, 111 insertions(+), 175 deletions(-)

Reply via email to