This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch runtime-modularize
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 3079d95eb6 [BUILD] Modularize device runtime into per-backend DSOs
add 7a81a4592c [TVMScript] Handle undefined functions when dumping
IRModule (#19583)
add 13ce30b988 [BugFix][Target][LLVM] Route sinh/cosh/atan/asinh/erf
through libm extern (#19568)
add 1720d305ae [Relax][ONNX] Fix TopK scalar K extraction in from_onnx
(#19573)
add fff3b4bf0d [Relax][Frontend][TFLite] Support StableHLO region-based
ops and multi-subgraph models (#19587)
add a1e4cd82fe [Relay/ONNX] Add RMSNormalization converter for ONNX opset
23 (#19590)
add f659c83a4d [BUILD] Modularize device runtime into per-backend DSOs
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 (3079d95eb6)
\
N -- N -- N refs/heads/runtime-modularize (f659c83a4d)
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.
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 42 +-
.../tvm/relax/frontend/tflite/tflite_frontend.py | 631 ++++++++++-
src/script/printer/ir/ir.cc | 25 +-
src/target/llvm/intrin_rule_llvm.cc | 82 --
tests/python/relax/test_frontend_onnx.py | 62 +-
tests/python/relax/test_frontend_tflite.py | 1168 +++++++++++++++++++-
6 files changed, 1893 insertions(+), 117 deletions(-)