You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/11/23 07:52:13 UTC

[tvm] branch main updated (44fae01 -> 008367d)

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

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


    from 44fae01  Revert "[CI.Lint.Black] Use "en_US.UTF-8" for Red Hat 6&7 Compatibility (#9537)" (#9548)
     add 008367d  [3/3][AOT][DeviceAPI] Wire up cpacked Device API context (#9501)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/aot_executor_codegen.cc          |  23 +-
 src/target/source/codegen_c_host.cc                |  17 +-
 src/target/source/codegen_c_host.h                 |   7 +-
 src/tir/transforms/lower_tvm_builtin.cc            |  17 +-
 src/tir/transforms/make_packed_api.cc              |  27 ++-
 tests/python/contrib/test_ethosu/infra.py          |   6 +-
 tests/python/relay/aot/test_c_device_api.py        | 255 +++++++++++++++++++++
 tests/python/relay/aot/test_crt_aot.py             | 104 ---------
 .../unittest/test_tir_transform_make_packed_api.py | 101 +++++++-
 9 files changed, 433 insertions(+), 124 deletions(-)
 create mode 100644 tests/python/relay/aot/test_c_device_api.py