You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2019/12/25 17:21:10 UTC

[incubator-tvm] branch master updated (ff65698 -> e91cc5a)

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 ff65698  [DEPRECATION] Cleanup legacy verilog support (#4576)
     add e91cc5a  [RUNTIME] Remove Extension VTable in favor of Unified Object system. (#4578)

No new revisions were added by this update.

Summary of changes:
 apps/extension/Makefile                   |   3 +-
 apps/extension/python/tvm_ext/__init__.py |  16 +----
 apps/extension/src/tvm_ext.cc             |  44 +++++++++----
 include/tvm/runtime/c_runtime_api.h       |   8 ---
 include/tvm/runtime/packed_func.h         | 102 ++----------------------------
 include/tvm/runtime/registry.h            |   9 ---
 python/tvm/_ffi/ndarray.py                |  14 ----
 python/tvm/ndarray.py                     |   2 +-
 src/runtime/registry.cc                   |  33 +---------
 tests/cpp/packed_func_test.cc             |  50 ---------------
 10 files changed, 42 insertions(+), 239 deletions(-)