You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/06 20:05:48 UTC

[tvm] branch last-successful updated (b3edb6e227 -> d4201a9d8e)

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 b3edb6e227 [Apps] Pin android_camera TensorFlow/Keras dependency version (#12710)
     add 832cffa1c1 [Hexagon][Runtime] Better support for 2-tier memory (#12574)
     add 744649e53b [TIR][StorageRewrite] Allow in-place buffer reuse of non-flat memory (#12655)
     add d4201a9d8e [COMMUNITY] ekalda -> Committer (#12715)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |   1 +
 src/runtime/hexagon/hexagon_buffer.cc              |  17 ++-
 src/runtime/hexagon/hexagon_device_api.cc          |  47 ++++++---
 src/tir/transforms/storage_rewrite.cc              |  20 +++-
 .../contrib/test_hexagon/test_memory_alloc.py      |  85 +++++++++++++++
 .../unittest/test_tir_transform_storage_rewrite.py | 116 ++++++++++++++++++++-
 6 files changed, 259 insertions(+), 27 deletions(-)
 create mode 100644 tests/python/contrib/test_hexagon/test_memory_alloc.py