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

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


    from a4f4d7182d [FFI] upgrade dlpack to v1.1
     new b8e1d9b572 Cleanup boxed primitive
     new f798de7193 Introduce a new ffi path for dev

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:
 include/tvm/runtime/container/boxed_primitive.h    | 143 ---------------------
 include/tvm/runtime/packed_func.h                  |   1 -
 python/setup.py                                    |  19 +++
 .../tvm/{relax/frontend/onnx => ffi}/__init__.py   |   9 +-
 python/tvm/ffi/cython/.gitignore                   |   2 +
 python/tvm/{contrib/msc => ffi/cython}/__init__.py |   2 +-
 .../hexagon/__init__.py => ffi/cython/core.pyx}    |   5 +-
 src/meta_schedule/mutator/mutate_tile_size.cc      |   2 +-
 src/node/boxed_primitive.cc                        | 134 -------------------
 src/runtime/boxed_primitive.cc                     |  65 ----------
 src/target/llvm/codegen_cpu.cc                     |   4 +-
 11 files changed, 34 insertions(+), 352 deletions(-)
 delete mode 100644 include/tvm/runtime/container/boxed_primitive.h
 copy python/tvm/{relax/frontend/onnx => ffi}/__init__.py (84%)
 create mode 100644 python/tvm/ffi/cython/.gitignore
 copy python/tvm/{contrib/msc => ffi/cython}/__init__.py (97%)
 copy python/tvm/{contrib/hexagon/__init__.py => ffi/cython/core.pyx} (94%)
 delete mode 100644 src/node/boxed_primitive.cc
 delete mode 100644 src/runtime/boxed_primitive.cc

Reply via email to