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/05/14 17:54:31 UTC

[tvm] branch main updated (6069a70 -> 9272c02)

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 6069a70  Fix minor issues in the tvmc tune CLI (#8039)
     add 9272c02  [uTVM][AOT] Adding workspace byte alignment (#8019)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/crt/error_codes.h              |  1 +
 include/tvm/runtime/crt/stack_allocator.h          | 49 ++++++++++++++-
 include/tvm/runtime/device_api.h                   |  4 ++
 include/tvm/tir/analysis.h                         |  5 +-
 python/tvm/tir/analysis/analysis.py                |  6 +-
 src/relay/backend/aot_executor_codegen.cc          |  8 ++-
 src/relay/backend/graph_executor_codegen.cc        |  4 +-
 src/runtime/crt/host/crt_config.h                  |  3 -
 src/runtime/crt/memory/stack_allocator.c           | 57 +++++++++++------
 src/target/target_kind.cc                          |  1 +
 src/tir/analysis/calculate_workspace.cc            | 19 ++++--
 tests/crt/aot_memory_test.cc                       | 50 +++++++++------
 tests/python/relay/aot/aot_test.mk                 | 10 +--
 tests/python/relay/aot/aot_test_utils.py           | 34 +++++++++--
 tests/python/relay/aot/test_crt_aot.py             | 71 ++++++++++++++--------
 .../test_tir_analysis_calculate_workspace.py       | 15 +++--
 16 files changed, 245 insertions(+), 92 deletions(-)