You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2024/03/19 13:10:32 UTC

(tvm) branch main updated (8b5bd555d1 -> 97d92b5483)

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

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


    from 8b5bd555d1 [Target][CUDA] Allow non-numeric arch as needed for latest gpu (#16736)
     add 97d92b5483 [Refactor][Runtime] Always specify device in allocator interface (#16738)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/memory/memory_manager.h      | 11 +++++------
 src/runtime/memory/memory_manager.cc             | 10 +++++-----
 src/runtime/memory/naive_allocator.h             | 22 +++++++++++-----------
 src/runtime/memory/pooled_allocator.h            | 18 +++++++++---------
 src/runtime/relax_vm/builtin.cc                  |  3 ++-
 src/runtime/vm/vm.cc                             |  8 +++++---
 tests/cpp/runtime/memory/memory_manager_tests.cc | 20 ++++++++++----------
 7 files changed, 47 insertions(+), 45 deletions(-)