You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2021/02/10 19:55:59 UTC

[tvm] branch main updated (9175c6d -> 12c6b70)

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

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


    from 9175c6d  TRT Dynamic Reshape Fix (#7412)
     add 12c6b70  Simplify full broadcast (#7423)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/dataflow_pattern.h          |   2 +
 src/relay/ir/dataflow_matcher.cc              |   8 +-
 src/relay/ir/dataflow_pattern.cc              |   1 +
 src/relay/op/make_op.h                        |   6 ++
 src/relay/op/tensor/unary.cc                  |   6 +-
 src/relay/transforms/fold_constant.cc         |   5 --
 src/relay/transforms/simplify_expr.cc         | 111 +++++++++++++++++++++++---
 tests/python/relay/test_dataflow_pattern.py   |   2 +
 tests/python/relay/test_pass_fold_constant.py |  16 ----
 tests/python/relay/test_pass_simplify_expr.py |  65 +++++++++++++++
 10 files changed, 185 insertions(+), 37 deletions(-)