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/17 12:08:10 UTC

[tvm] branch last-successful updated (073304dadb -> bcc7cde95c)

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 073304dadb [TVM PyTorch Integration] libstdc++ CXX11 ABI Compatibility & boolean tensor support (#12232)
     add bcc7cde95c Expose Missing TIR Builtins to Python (#12466)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/op.h                       |  1 +
 python/tvm/tir/__init__.py                 |  5 +-
 python/tvm/tir/op.py                       | 98 ++++++++++++++++++++++++++++++
 src/tir/op/op.cc                           |  2 +
 tests/python/unittest/test_tir_nodes.py    |  6 ++
 tests/python/unittest/test_tir_op_types.py | 27 ++++++++
 6 files changed, 137 insertions(+), 2 deletions(-)