You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2021/04/15 04:50:05 UTC

[tvm] branch main updated (b24fbe7 -> cc7f529)

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

comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from b24fbe7  Fix PyTorch matmul conversion when given (2-dim, N-dim) input pair (#7845)
     add cc7f529  [ConvertLayout] Squeeze and reduce ops (#7835)

No new revisions were added by this update.

Summary of changes:
 src/relay/op/tensor/reduce.cc                     |  44 +++--
 src/relay/op/tensor/transform.cc                  |  66 +++++++-
 src/relay/transforms/convert_layout.cc            |  14 +-
 tests/python/relay/test_pass_convert_op_layout.py | 187 ++++++++++++++++++++++
 4 files changed, 294 insertions(+), 17 deletions(-)