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 d4b99761b2 [WIN] Windows support
     new d28b90db6a [FFI] Clarify and upgrade the function ffi
     new fac8335602 Fix up remaining items

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:
 ffi/include/tvm/ffi/c_api.h                       | 48 +++++++++++++++++------
 ffi/include/tvm/ffi/container/container_details.h |  2 +-
 ffi/include/tvm/ffi/container/tuple.h             |  4 +-
 ffi/include/tvm/ffi/error.h                       |  2 +-
 ffi/include/tvm/ffi/function.h                    | 22 +++++------
 ffi/src/ffi/function.cc                           | 11 +++---
 ffi/src/ffi/traceback.h                           |  5 +--
 ffi/tests/cpp/test_array.cc                       |  3 +-
 ffi/tests/cpp/testing_object.h                    |  1 -
 include/tvm/ir/name_supply.h                      |  2 +-
 include/tvm/runtime/packed_func.h                 |  4 +-
 python/tvm/ffi/cython/base.pxi                    | 12 +++---
 python/tvm/ffi/cython/function.pxi                | 18 ++++++---
 src/arith/analyzer.cc                             | 21 +++++-----
 src/meta_schedule/utils.h                         |  2 +-
 src/relax/backend/contrib/cutlass/codegen.cc      | 11 ++++--
 src/relax/backend/contrib/dnnl/codegen.cc         |  2 +-
 src/relax/transform/tuning_api/database.cc        |  4 +-
 src/runtime/dso_library.cc                        |  9 +++--
 src/runtime/hexagon/hexagon_common.cc             |  2 +-
 src/runtime/hexagon/hexagon_device_api.cc         | 12 +++---
 src/runtime/library_module.cc                     |  4 +-
 src/runtime/rpc/rpc_local_session.cc              |  2 +-
 src/runtime/rpc/rpc_module.cc                     |  2 +-
 src/target/llvm/codegen_cpu.cc                    | 13 +++---
 src/target/llvm/codegen_cpu.h                     |  2 +-
 src/target/source/codegen_c_host.cc               |  2 +-
 web/emcc/tvmjs_support.cc                         |  8 ++--
 web/emcc/wasm_runtime.cc                          |  6 +--
 web/emcc/webgpu_runtime.cc                        |  2 +-
 30 files changed, 134 insertions(+), 104 deletions(-)

Reply via email to