You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ke...@apache.org on 2020/10/28 02:02:42 UTC

[incubator-tvm] branch main updated (d2fab18 -> f092e1d)

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

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


    from d2fab18  [CI] Update ci-wasm to latest (#6772)
     add f092e1d  [Relay, TOPI] Complete rewrite of where op to support broadcasting (#6759)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/transform.h               | 67 +++++++++---------------
 python/tvm/relay/op/_transform.py          | 34 ++++++++++++-
 python/tvm/relay/op/transform.py           | 17 ++++---
 src/relay/op/tensor/transform.cc           | 47 ++++++-----------
 src/relay/op/type_relations.cc             |  2 +-
 src/relay/op/type_relations.h              |  9 ++++
 tests/python/frontend/pytorch/test_lstm.py |  2 +
 tests/python/relay/test_any.py             | 44 ++++++++++++++++
 tests/python/relay/test_op_level4.py       | 81 +++++++++++++++++++++---------
 9 files changed, 192 insertions(+), 111 deletions(-)