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

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


    from 78d7992  [Relay] symbolic max_output_size  (#5844)
     add ef804b7  [TIR][ANALYSIS] Refine side effect analysis. (#5954)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/analysis.h                         |  8 ++--
 src/arith/canonical_simplify.cc                    |  5 ++-
 src/arith/ir_mutator_with_analyzer.cc              |  4 +-
 src/te/schedule/operation_inline.cc                |  2 +-
 src/te/schedule/schedule_ops.cc                    |  2 +-
 src/tir/analysis/side_effect.cc                    | 43 ++++++++++++++--------
 src/tir/transforms/remove_no_op.cc                 |  6 +--
 src/tir/transforms/simplify.cc                     |  2 +-
 src/tir/transforms/split_host_device.cc            |  6 ++-
 ..._passes_test.cc => tir_analysis_side_effect.cc} | 17 +++++----
 10 files changed, 57 insertions(+), 38 deletions(-)
 rename tests/cpp/{simple_passes_test.cc => tir_analysis_side_effect.cc} (68%)

Reply via email to