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

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


    from aa7d2bff6b [CI] Modify test cases to accommodate the CI upgrades 
(#14651)
     add 129492650e [Arith] Implement statistics counters for RewriteSimplifier 
(#14532)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/analyzer.h                       | 21 ++++++++
 python/tvm/arith/analyzer.py                       |  9 ++++
 src/arith/analyzer.cc                              |  7 +++
 src/arith/rewrite_simplify.cc                      | 35 ++++++++++++
 src/arith/rewrite_simplify.h                       | 62 +++++++++++++++++++++-
 src/tir/analysis/control_flow_graph.cc             |  7 ++-
 src/tir/analysis/control_flow_graph.h              |  6 ++-
 src/tir/transforms/remove_no_op.cc                 | 18 +++++--
 .../unittest/test_tir_transform_remove_no_op.py    | 16 ++++++
 9 files changed, 173 insertions(+), 8 deletions(-)

Reply via email to