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/25 12:49:02 UTC

[tvm] branch last-successful updated (9aac161a46 -> 40bdea8d7a)

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 9aac161a46 [MetaSchedule] Add software pipeline in CUDA tensor core auto tensorization (#12544)
     add b38738434b [TIR] Expose WMMA-related TensorCore builtins (#12589)
     add 40bdea8d7a [PyTorch] Add aten::new_empty (#12591)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py          |  16 ++
 python/tvm/tir/__init__.py                    |   7 +
 python/tvm/tir/op.py                          | 236 ++++++++++++++++++++++++++
 tests/python/frontend/pytorch/test_forward.py |  17 ++
 tests/python/unittest/test_tir_op_types.py    |  43 +++++
 5 files changed, 319 insertions(+)