You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/18 19:49:13 UTC

[tvm] branch last-successful updated (2b1e5ce8dc -> 95509eed26)

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 2b1e5ce8dc [microNPU] Fix bug in channels extraction in the matcher (#11335)
     add fe1090e8aa [TIR] IndexMap Simplification Constraints (#11342)
     add 95509eed26 fix matmul broadcast (#11242)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/index_map.h                        | 22 ++++++++++--
 python/tvm/relay/frontend/onnx.py                  | 38 ++++++++++++++------
 src/arith/ir_mutator_with_analyzer.cc              |  7 ++++
 src/arith/ir_mutator_with_analyzer.h               |  1 +
 src/tir/ir/index_map.cc                            | 42 ++++++++++++++--------
 .../schedule/primitive/layout_transformation.cc    | 28 ++++++++-------
 tests/python/frontend/onnx/test_forward.py         |  1 +
 7 files changed, 98 insertions(+), 41 deletions(-)