This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch junrus/2025-04-02/always-use-bundled-tvm-ffi
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard fd47c1a470 tmp
discard c2dc0ee49f Always build with bundled tvm-ffi
new a7d48f1057 Always build with bundled tvm-ffi
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 (fd47c1a470)
\
N -- N -- N
refs/heads/junrus/2025-04-02/always-use-bundled-tvm-ffi (a7d48f1057)
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 1 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:
.gitignore | 2 +
src/script_v2/printer/ir/module.cc | 43 +-
src/script_v2/printer/ir/primitives.cc | 39 +-
src/script_v2/printer/relax/expr.cc | 817 ++++++++++++++++++++++++++++++---
src/script_v2/printer/tirx/block.cc | 8 +-
src/script_v2/printer/tirx/buffer.cc | 19 +-
src/script_v2/printer/tirx/expr.cc | 172 +++++++
src/script_v2/printer/tirx/for_loop.cc | 17 +-
src/script_v2/printer/tirx/function.cc | 129 +++++-
src/script_v2/printer/tirx/stmt.cc | 61 ++-
src/script_v2/printer/tirx/utils.h | 86 +++-
src/tirx/ir/expr.cc | 2 +-
12 files changed, 1276 insertions(+), 119 deletions(-)