You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/02 22:37:43 UTC

[tvm] branch last-successful updated (1da66d7df2 -> b8893b557a)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 1da66d7df2 [MetaSchedule] Check auto tensorization applicability in MultiLevelTilingWithIntrin (#12263)
     add b8893b557a [Relay][Op] Trilu operator implementation (#12124)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h             |  9 ++++
 python/tvm/relay/frontend/onnx.py               | 15 +++++++
 python/tvm/relay/frontend/pytorch.py            | 35 ++++-----------
 python/tvm/relay/op/_transform.py               |  4 ++
 python/tvm/relay/op/op_attrs.py                 |  5 +++
 python/tvm/relay/op/strategy/generic.py         | 28 ++++++++++++
 python/tvm/relay/op/transform.py                | 43 ++++++++++++++++++
 python/tvm/topi/transform.py                    | 58 +++++++++++++++++++++++++
 src/relay/op/tensor/transform.cc                | 50 +++++++++++++++++++++
 tests/python/frontend/onnx/test_forward.py      | 16 -------
 tests/python/frontend/pytorch/test_forward.py   | 10 +++++
 tests/python/relay/test_op_level3.py            | 29 +++++++++++++
 tests/python/topi/python/test_topi_transform.py | 39 +++++++++++++++++
 13 files changed, 298 insertions(+), 43 deletions(-)