You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/02/03 18:56:52 UTC

[tvm] branch main updated (506bc3c -> f929b0f)

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

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


    from 506bc3c  [microTVM][Zephyr] Update RVM to Zephyr 2.7 (#10138)
     add f929b0f  [Runtime][PackedFunc] Bring `PackedFunc` into TVM Object System (#10032)

No new revisions were added by this update.

Summary of changes:
 apps/extension/src/tvm_ext.cc        |   2 +-
 include/tvm/runtime/object.h         |   2 +
 include/tvm/runtime/packed_func.h    | 203 ++++++++++++++++++++++++-----------
 include/tvm/runtime/registry.h       |   7 +-
 src/ir/op.cc                         |   8 +-
 src/runtime/c_runtime_api.cc         |  32 ++++--
 src/runtime/registry.cc              |  12 ++-
 src/runtime/rpc/rpc_local_session.cc |   9 +-
 src/target/generic_func.cc           |  18 ++--
 web/emcc/tvmjs_support.cc            |  14 ++-
 10 files changed, 211 insertions(+), 96 deletions(-)