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 b94119692e [TIR] Ignore Allocate/AllocateConst in
BufferAllocationLocator (#10998)
add 0e1a2a2ff8 Fix broken CI when git-merge needs to create a commit.
(#11007)
add 29774bddd8 [RELAY][FRONTEND] Initial OneFlow frontend support. (#8790)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 4 +-
jenkins/Jenkinsfile.j2 | 2 +-
python/tvm/relay/frontend/__init__.py | 1 +
python/tvm/relay/frontend/oneflow.py | 1821 +++++++++++++++++++++++++
tests/python/frontend/oneflow/test_forward.py | 723 ++++++++++
tests/scripts/task_python_frontend.sh | 3 +
6 files changed, 2551 insertions(+), 3 deletions(-)
create mode 100644 python/tvm/relay/frontend/oneflow.py
create mode 100644 tests/python/frontend/oneflow/test_forward.py