This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 622bd150dd [Relax] Handle binary operations between Tensor and
PrimValue (#16827)
add 36efa36f53 [Upd] Fixed lld search in rocm (#16907)
add 6afbc12e27 [Bugfix][Relax] Raise exception for OOM allocation (#16905)
add 2978427c2a [Relax] Prevent to generate duplicate func in
dispatch_sort_scan (#16904)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/memory/memory_manager.h | 8 ++-
python/tvm/contrib/rocm.py | 3 +-
python/tvm/relax/backend/dispatch_sort_scan.py | 57 +++++++++++++---------
src/runtime/relax_vm/builtin.cc | 9 ++--
.../relax/test_backend_dispatch_sort_scan.py | 38 +++++++++++++++
tests/python/relax/test_vm_builtin.py | 31 +++++++++++-
6 files changed, 111 insertions(+), 35 deletions(-)