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/06/12 13:58:07 UTC

[tvm] branch main updated (3972c29 -> 9dd1286)

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 3972c29  doc: fixes to dataflow_pattern (#8247)
     add 9dd1286  Unify Python and C++ TIR lower API (#8110)

No new revisions were added by this update.

Summary of changes:
 include/tvm/driver/driver_api.h                    |   60 +-
 include/tvm/te/schedule_pass.h                     |   12 -
 python/tvm/autotvm/feature.py                      |    2 +-
 python/tvm/{arith => driver}/_ffi_api.py           |    5 +-
 python/tvm/driver/build_module.py                  |  155 +--
 python/tvm/relay/backend/_backend.py               |   39 -
 src/driver/driver_api.cc                           |  261 ++++-
 src/relay/backend/compile_engine.cc                |   12 +-
 .../schedule_postproc_rewrite_for_tensor_core.cc   | 1124 --------------------
 tests/cpp/build_module_test.cc                     |    6 +-
 .../unittest/test_tir_transform_bf16_legalize.py   |    8 +-
 .../python/unittest/test_tir_transform_hoist_if.py |    4 +-
 12 files changed, 314 insertions(+), 1374 deletions(-)
 copy python/tvm/{arith => driver}/_ffi_api.py (92%)
 delete mode 100644 src/te/schedule/schedule_postproc_rewrite_for_tensor_core.cc