You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2020/09/24 15:45:45 UTC

[incubator-tvm] branch master updated (22b8121 -> 39c4719)

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

anijain2305 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 22b8121  tvmc: solve a linting error on onnx command line driver frontend (#6536)
     add 39c4719  [Relay/TOPI] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. (#6429)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h             | 19 +++++++++
 include/tvm/topi/transform.h                    | 41 ++++++++++++++++---
 python/tvm/relay/op/transform.py                | 37 ++++++++++++++++--
 python/tvm/topi/testing/matrix_set_diag.py      | 50 ++++++++++++++++++++----
 python/tvm/topi/transform.py                    | 39 +++++++++++++++++--
 src/relay/op/tensor/transform.cc                | 52 ++++++++++++++++++++-----
 src/topi/transform.cc                           |  6 ++-
 tests/python/relay/test_op_level10.py           | 17 ++++----
 tests/python/topi/python/test_topi_transform.py | 17 ++++----
 9 files changed, 232 insertions(+), 46 deletions(-)