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 9b5a7a457f [IR] Provide well-formed intermediate in
ApplyPassToFunction (#16843)
add 3e802d12f1 [Relax,Topi] Allow passing workspace to thrust to avoid
allocations (#16851)
add a156181ee3 [Relax] Fix EliminiateCommonSubexpr removing alloc tensor
(#16852)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/backend/dispatch_sort_scan.py | 70 ++++++--
python/tvm/relax/frontend/nn/op.py | 106 ++++++++++++
python/tvm/te/operation.py | 16 +-
python/tvm/topi/cuda/scan.py | 95 +++++++++--
python/tvm/topi/cuda/sort.py | 95 ++++++++---
src/relax/op/op.cc | 15 +-
src/relax/transform/eliminate_common_subexpr.cc | 15 ++
src/runtime/contrib/thrust/thrust.cu | 178 ++++++++++++++-------
.../relax/test_backend_dispatch_sort_scan.py | 49 ++++--
tests/python/relax/test_transform_cse.py | 32 ++++
10 files changed, 533 insertions(+), 138 deletions(-)