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 c338299 [CI] Fix Flaky Test `test_task_scheduler_gradient` (#10360)
add 8947729 [TOPI] VNNI support for batch matmul (#10332)
add d3d8715 [TIR] TIR Schedule Misc Update (#10341)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/nn/dense.py | 19 ++++++
python/tvm/topi/x86/batch_matmul.py | 73 +++++++++++++++++++++-
python/tvm/topi/x86/dense.py | 13 ++--
python/tvm/topi/x86/dense_alter_op.py | 56 ++++++++++++++---
src/tir/schedule/instruction_traits.h | 13 ++++
tests/python/relay/test_op_level1.py | 46 +++++++-------
tests/python/relay/test_op_level10.py | 45 ++++++++++++-
...chedule_schedule_rule_cross_thread_reduction.py | 16 ++---
...ta_schedule_schedule_rule_multi_level_tiling.py | 20 +++---
...hedule_schedule_rule_random_compute_location.py | 2 +-
tests/python/unittest/test_tir_schedule_trace.py | 31 +++++++++
11 files changed, 275 insertions(+), 59 deletions(-)