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 a49273e050 Enable conv family fused with mish (#12228)
add a5d7dfa583 [FIX,TIR] Handle LetStmt in EstimateTIRFLops (#12138)
add 4ec8683fb6 [MetaSchedule][Test] Add unittests for CBR (#12252)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/testing/te_workload.py | 2 +-
.../postproc/rewrite_parallel_vectorize_unroll.cc | 13 +-
src/tir/analysis/estimate_flops.cc | 6 +
.../unittest/test_meta_schedule_space_cpu.py | 175 +++++++++++++++++++++
.../unittest/test_meta_schedule_space_cuda.py | 91 +++++++++++
.../test_tir_analysis_estimate_tir_flops.py | 16 +-
6 files changed, 296 insertions(+), 7 deletions(-)