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 22:05:48 UTC

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

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 bcc7cde95c Expose Missing TIR Builtins to Python (#12466)
     add b0b9bd976b [TIR] Expose TVM Backend API-related Builtins and Misc (#12468)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/__init__.py                 |   2 +
 python/tvm/tir/op.py                       | 159 ++++++++++++++++++++++++++++-
 tests/python/unittest/test_tir_op_types.py |  42 ++++++++
 3 files changed, 198 insertions(+), 5 deletions(-)