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 2cb7695  [microNPU] Remove identity operations between non-compute 
operations (#10411)
     add 774c285  [TIR][MetaSchedule] Estimate TIR FLOPs (#10782)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/analysis.h                         |  14 ++
 python/tvm/tir/analysis/analysis.py                |  27 ++-
 .../measure_callback/echo_statistics.cc            | 200 +------------------
 src/tir/analysis/estimate_flops.cc                 | 219 +++++++++++++++++++++
 .../test_tir_analysis_estimate_tir_flops.py}       |  54 ++---
 5 files changed, 284 insertions(+), 230 deletions(-)
 create mode 100644 src/tir/analysis/estimate_flops.cc
 copy tests/{micro/arduino/test_arduino_error_detection.py => 
python/unittest/test_tir_analysis_estimate_tir_flops.py} (52%)

Reply via email to