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

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


 discard 251e89e811 [WIN] Remove lock to avoid mutex dep at init time
 discard 5438ef692e Fix C codegen caller convention
 discard 6e85d026e6 [WIN] Cleanup for win
 discard 84d40373bf [FFI] Simplify unpack traits
 discard 3aaf85cbd7 Fix through relax
     new 528b0d1c31 Fix through relax
     new 0ddf789068 [FFI] Simplify unpack traits
     new a81a3f313b [CYTHON] Phase out legacy FFI
     new 0c7211ec1e [WIN] Cleanup for win
     new e949a9d9c1 Fix C codegen caller convention
     new b5d5d6c398 [WIN] Remove lock to avoid mutex dep at init time

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (251e89e811)
            \
             N -- N -- N   refs/heads/refactor-s3 (b5d5d6c398)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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/function_details.h  |   3 +-
 python/setup.py                         |  21 --
 python/tvm/_ffi/_cy3/__init__.py        |  17 --
 python/tvm/_ffi/_cython/base.pxi        | 236 --------------------
 python/tvm/_ffi/_cython/core.pyx        |  21 --
 python/tvm/_ffi/_cython/ndarray.pxi     | 180 ---------------
 python/tvm/_ffi/_cython/object.pxi      | 165 --------------
 python/tvm/_ffi/_cython/packed_func.pxi | 376 --------------------------------
 python/tvm/runtime/ndarray.py           |   2 +-
 src/runtime/metal/metal_module.mm       |   2 +-
 src/tir/ir/expr.cc                      |  55 ++---
 11 files changed, 32 insertions(+), 1046 deletions(-)
 delete mode 100644 python/tvm/_ffi/_cy3/__init__.py
 delete mode 100644 python/tvm/_ffi/_cython/base.pxi
 delete mode 100644 python/tvm/_ffi/_cython/core.pyx
 delete mode 100644 python/tvm/_ffi/_cython/ndarray.pxi
 delete mode 100644 python/tvm/_ffi/_cython/object.pxi
 delete mode 100644 python/tvm/_ffi/_cython/packed_func.pxi

Reply via email to