You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/05/07 15:29:31 UTC

[tvm] branch main updated (8d9a1df -> 254563a)

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

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


    from 8d9a1df  [DLPACK] Support the new python array api with DLPack (#7993)
     add 254563a  [RELAY] Enable registering op with python (#8002)

No new revisions were added by this update.

Summary of changes:
 python/tvm/ir/__init__.py        |  2 +-
 python/tvm/ir/op.py              | 12 ++++++++++++
 src/ir/op.cc                     |  6 ++++++
 tests/python/relay/test_ir_op.py | 16 ++++++++++++++--
 4 files changed, 33 insertions(+), 3 deletions(-)