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 2022/11/08 11:45:40 UTC

[tvm] branch main updated (79093a1718 -> be30238947)

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

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


    from 79093a1718 [ETHOSN] Consolidate target string usage (#13159)
     add be30238947 [Adreno][Textures] Fix static memory planner  (#13253)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/graph_plan_memory.cc            | 243 +--------------
 src/relay/backend/token_allocator.cc              | 201 +++++++++++++
 src/relay/backend/token_allocator.h               | 161 ++++++++++
 tests/cpp/relay/backend/graph_plan_token_alloc.cc | 351 ++++++++++++++++++++++
 4 files changed, 714 insertions(+), 242 deletions(-)
 create mode 100644 src/relay/backend/token_allocator.cc
 create mode 100644 src/relay/backend/token_allocator.h
 create mode 100644 tests/cpp/relay/backend/graph_plan_token_alloc.cc