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/07/18 19:21:53 UTC

[tvm] branch last-successful updated (c54eea7d0a -> 9c7aaace43)

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 c54eea7d0a fix typo (#12115)
     add b84ed27260 [TIR][BugFix] Fix a wrong use of T.exp in test_compute_inline_opaque_access_with_tvm_access_ptr. (#12117)
     add 9c7aaace43 [TIR] Moved PrimExpr operator overload from op.h to expr.h (#11973)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h                              | 214 +++++++++++++++++++++
 include/tvm/tir/op.h                               | 195 -------------------
 src/target/target.cc                               |   9 +-
 src/tir/usmp/analysis/extract_buffer_info.cc       |  11 +-
 .../unittest/test_tir_schedule_compute_inline.py   |   8 +-
 5 files changed, 232 insertions(+), 205 deletions(-)