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

[tvm] branch main updated (9aac161a46 -> b38738434b)

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

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


    from 9aac161a46 [MetaSchedule] Add software pipeline in CUDA tensor core auto tensorization (#12544)
     add b38738434b [TIR] Expose WMMA-related TensorCore builtins (#12589)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/__init__.py                 |   7 +
 python/tvm/tir/op.py                       | 236 +++++++++++++++++++++++++++++
 tests/python/unittest/test_tir_op_types.py |  43 ++++++
 3 files changed, 286 insertions(+)