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 5f22be4d83 [FFI][RUNTIME] Introduce runtime boxed types for 
int/float/bool (#16183)
     add 591cf1ec42 [Relax] Remove segfault in R.call_tir_inplace validation 
(#17242)
     add 05e2bc3340 [Relax] Implement R.ensure_zero_offset and update memory 
planning for R.view (#17145)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relax/backend.h                        |   2 +-
 include/tvm/relax/op_attr_types.h                  |   9 +
 include/tvm/runtime/device_api.h                   |   5 +
 python/tvm/relax/op/memory/__init__.py             |   2 +-
 python/tvm/relax/op/memory/view.py                 |  17 ++
 python/tvm/relax/pipeline.py                       |   2 +-
 python/tvm/relax/transform/__init__.py             |   9 +-
 python/tvm/relax/transform/transform.py            |  17 +-
 ...m_builtin_lower.cc => lower_runtime_builtin.cc} |  26 ++-
 src/relax/op/memory/view.cc                        |  35 +++-
 src/relax/op/memory/view.h                         |   3 +
 src/relax/op/op.cc                                 |  80 ++++-----
 src/relax/transform/static_plan_block_memory.cc    |  13 +-
 src/runtime/cpu_device_api.cc                      |   2 +
 src/runtime/cuda/cuda_device_api.cc                |   2 +
 src/runtime/relax_vm/builtin.cc                    |  19 ++
 tests/python/relax/test_op_view.py                 |  31 ++--
 tests/python/relax/test_transform.py               | 197 +++++++++++++++++----
 .../test_transform_static_plan_block_memory.py     |  57 +++++-
 tests/python/relax/test_vm_builtin_lower.py        |   4 +-
 20 files changed, 413 insertions(+), 119 deletions(-)
 rename src/relax/backend/vm/{vm_builtin_lower.cc => lower_runtime_builtin.cc} 
(90%)

Reply via email to