This is an automated email from the ASF dual-hosted git repository.
tkonolige pushed a change to branch tkonolige/relax_pad_etc_new
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 32ee1f2553 fix tuning, comparisons
discard 9cba942207 data dependent strided slice
discard a70f54c73c trying data dependent dynamic slice
discard d1333369be working
discard 97e2347774 Add einsum, gelu, pad support to relax
add e812a219f6 [Unity][FX] Add support for PT2.0
scaled_dot_product_attention (#14841)
add c365a675cd [Unity] Support Mixed-Precision FMA Pattern (#14865)
new f62d3277ab Add einsum, gelu, pad support to relax
new a54064659b working
new eb4b473ba2 trying data dependent dynamic slice
new cb458f8332 data dependent strided slice
new 9896c6a394 fix tuning, comparisons
new b1c5c6a662 save metadata to file
new 82e6162f23 bad rebase
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 (32ee1f2553)
\
N -- N -- N refs/heads/tkonolige/relax_pad_etc_new (82e6162f23)
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 7 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:
python/tvm/relax/frontend/torch/fx_translator.py | 18 +
src/relax/analysis/tir_op_pattern_kind.cc | 35 +-
src/relax/backend/vm/vm_shape_lower.cc | 2 +-
src/script/printer/utils.h | 1 +
tests/python/relax/test_frontend_from_fx.py | 522 +++++----------------
.../test_transform_annotate_tir_op_pattern.py | 34 ++
6 files changed, 184 insertions(+), 428 deletions(-)