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

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


 discard d40164c0f7 [FFI] Formalize ffi.Module
     add 6850a94563 [FFI][Fix] Update datatype registry calls to the new paths 
(#18208)
     add c4b42600cb [TARGET] Add target for nvidia rtx 5060ti (#18211)
     add ee1eb3dcf6 [Bug] Fix core dump in InferLayoutRMSNorm and fix typo 
(#18210)
     add 537923a717 [FFI] Make JSON Parser/Write fastmath safe (#18212)
     new 8d0b3ea8d7 [FFI] Formalize ffi.Module

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   (d40164c0f7)
            \
             N -- N -- N   refs/heads/ffi-module (8d0b3ea8d7)

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:
 ffi/src/ffi/extra/json_parser.cc        | 33 ++++++++++++++++++++++++++---
 ffi/src/ffi/extra/json_writer.cc        | 35 +++++++++++++++++++++++++++++--
 ffi/tests/cpp/extra/test_json_parser.cc | 37 ++++++++++++++++++++++++++++++---
 python/tvm/relax/op/nn/nn.py            |  5 +----
 python/tvm/target/datatype.py           |  7 ++++---
 src/relax/op/nn/nn.cc                   |  9 ++++----
 src/target/tag.cc                       |  2 ++
 7 files changed, 108 insertions(+), 20 deletions(-)

Reply via email to