You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/06/04 17:38:25 UTC

[tvm] branch main updated (0429c63 -> a74d0fe)

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

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


    from 0429c63  Complete register op from python (#8079)
     add a74d0fe  [Codegen] Use "target.build.$TARGET_KIND" for all codegen functions. (#8071)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/device_api.h              |   2 -
 python/tvm/__init__.py                        |   2 +-
 python/tvm/_ffi/runtime_ctypes.py             |   2 -
 python/tvm/autotvm/measure/measure_methods.py |   2 -
 python/tvm/runtime/__init__.py                |   2 +-
 python/tvm/runtime/module.py                  |   3 -
 python/tvm/runtime/ndarray.py                 |  27 +-
 src/runtime/module.cc                         |   2 -
 src/target/codegen.cc                         |   8 +-
 src/target/source/codegen_aocl.cc             |   2 +-
 tests/micro/test_runtime_micro_on_arm.py      | 370 --------------------------
 11 files changed, 9 insertions(+), 413 deletions(-)
 delete mode 100644 tests/micro/test_runtime_micro_on_arm.py