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 00ce86d68b [MetaSchedule][Test] Add unittests for CAP (#12047)
     add 927620e20f [BYOC-DNNL] support more post-ops (#12002)
     add cf15375e20 Several type mismatch fixes and checks (#12041)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/detail/broadcast.h                |  30 +++--
 python/tvm/relay/op/contrib/dnnl.py                |  22 +++-
 python/tvm/script/parser.py                        |   5 +-
 src/relay/backend/contrib/dnnl/codegen.cc          |   9 ++
 src/relay/backend/utils.h                          |   4 +
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc      |  12 +-
 src/te/operation/op_utils.cc                       |  52 +++++----
 src/te/operation/op_utils.h                        |  12 +-
 src/te/schedule/bound.cc                           |   7 +-
 src/tir/ir/stmt_functor.cc                         |  13 ++-
 tests/python/contrib/test_dnnl.py                  | 126 +++++----------------
 tests/python/relay/test_op_level10.py              |  17 +++
 tests/python/relay/test_pass_partition_graph.py    |  26 ++++-
 .../unittest/test_arith_canonical_simplify.py      |   2 +-
 14 files changed, 188 insertions(+), 149 deletions(-)

Reply via email to