You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/16 09:57:50 UTC

[tvm] branch last-successful updated (ecbe4ca0ed -> c477c763c3)

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 ecbe4ca0ed [MetaSchedule] Add logging of usage of tensor intrinsics (#12445)
     add c477c763c3 [TIR] Expose Misc TIR operations to python (#12435)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/__init__.py                         |  3 +-
 python/tvm/tir/op.py                               | 47 ++++++++++++++++++++++
 src/tir/op/op.cc                                   |  2 +
 ...sis_expr_deep_equal.py => test_tir_op_types.py} | 29 +++++++------
 4 files changed, 68 insertions(+), 13 deletions(-)
 copy tests/python/unittest/{test_tir_analysis_expr_deep_equal.py => test_tir_op_types.py} (61%)