You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/08/25 02:21:45 UTC

[tvm] branch main updated (b8fbfe26ae -> cd8fd9121d)

This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from b8fbfe26ae [MicroTVM] fix compile error when the compiler implements char as unsigned (#12519)
     add cd8fd9121d [TIR] Expose `shift_left` and `shift_right` to Python (#12584)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/__init__.py                 |  2 +-
 python/tvm/tir/op.py                       | 38 ++++++++++++++++++++++++++++++
 tests/python/unittest/test_tir_op_types.py | 16 +++++++++++++
 3 files changed, 55 insertions(+), 1 deletion(-)