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 ca12cb6d47 [Relax][Frontend][Onnx] add sum and globalavgpool 1d/3d op 
(#16669)
     add 1278c3544d [Disco] Propagate structlog configuration to disco workers 
(#16618)
     add ef8c42813c [Fix][Relax] Fix top-p/top-k sampling kernel (#16703)
     add 436d8f9691 [TVMScript] Allow use of relax.Expr with void type as a 
statement (#16641)
     add f34a58a8ca [Fix][Arith] Fix canonical simplification of LE (#16704)
     add fe340c9245 [Dlight] Add fallback for low batch gemv with outer 
reduction (#16701)
     add 05e218c543 [Runtime] Add TVM_DLL to memory manager functions (#16705)
     add 831d769f47 [Transform] Remove R.Object parameters after 
LazyTransformParams (#16699)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/memory/memory_manager.h        | 30 ++++-----
 python/tvm/dlight/gpu/low_batch_gemv.py            |  2 +-
 python/tvm/relax/frontend/nn/op.py                 |  6 +-
 .../tvm/relax/transform/lazy_transform_params.py   |  2 +-
 python/tvm/runtime/disco/session.py                | 41 +++++++++++++
 python/tvm/script/parser/relax/entry.py            | 24 ++++++++
 python/tvm/script/parser/relax/parser.py           | 35 +++++++----
 src/arith/canonical_simplify.cc                    |  1 +
 src/script/printer/relax/binding.cc                | 18 ++++++
 .../python/arith/test_arith_canonical_simplify.py  |  5 ++
 tests/python/relax/test_frontend_nn_op.py          |  6 +-
 .../relax/test_transform_lazy_transform_params.py  | 20 ++++++
 tests/python/relax/test_tvmscript_parser.py        | 71 ++++++++++++++++++++++
 tests/python/relax/test_tvmscript_printer_relax.py | 14 +++--
 tests/python/tvmscript/test_tvmscript_roundtrip.py | 46 +++++++++++++-
 15 files changed, 280 insertions(+), 41 deletions(-)

Reply via email to