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 254563a [RELAY] Enable registering op with python (#8002)
add 4122a6a [TensorIR] CreatePrimFunc from TE (#7987)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/var.h | 1 +
python/tvm/te/__init__.py | 1 +
python/tvm/te/operation.py | 50 ++++
src/te/operation/create_primfunc.cc | 306 +++++++++++++++++++++++
tests/python/unittest/test_te_create_primfunc.py | 292 +++++++++++++++++++++
5 files changed, 650 insertions(+)
create mode 100644 src/te/operation/create_primfunc.cc
create mode 100644 tests/python/unittest/test_te_create_primfunc.py