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 ab074d2 [CI] Remove mps3_an547 from the CI (#10621)
add 3e30a5f [Bugfix] Handled TransformNode in
PassUpBitMaskOr/PassDownBitMaskOr (#10620)
add 794e1e3 [Testing] Add model loader for int8 BERT (#10622)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/testing/tlcbench.py | 124 +++++++++++++++++++++
src/te/schedule/message_passing.cc | 21 ++++
.../unittest/test_meta_schedule_integration.py | 17 +++
tests/python/unittest/test_transform_layout.py | 17 +++
4 files changed, 179 insertions(+)
create mode 100644 python/tvm/meta_schedule/testing/tlcbench.py