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 c7e9292c9e [Relax] Update ONNX frontend for unique, nonzero and 
compress (#17511)
     add 3d966230ca Fix InternalError in StaticPlanBlockMemory when visiting 
DataflowBlockNode (#17501)
     add f7096efcf5 [DOCS] Fix Typo in Debugging TVM (#17528)
     add b96ee76ec1 [DOCS] Fix typo in TensorIR (#17527)
     add 59a2256959 [Relax] Add gather_elements and gather_nd operators (#17523)
     add 370ec6a2c9 [TE][CreatePrimFunc] Fix loop carried dependency case with 
nested block levels (#17474)

No new revisions were added by this update.

Summary of changes:
 docs/deep_dive/tensor_ir/learning.rst              |   2 +-
 docs/dev/how_to/debugging_tvm.rst                  |   2 +-
 include/tvm/relax/attrs/manipulate.h               |  17 +
 python/tvm/relax/frontend/onnx/onnx_frontend.py    |  22 +-
 python/tvm/relax/op/__init__.py                    |   2 +
 python/tvm/relax/op/manipulate.py                  |  73 ++++
 .../tvm/relax/transform/legalize_ops/manipulate.py |  16 +
 python/tvm/script/ir_builder/relax/ir.py           |   4 +
 python/tvm/script/ir_builder/tir/ir.py             |   5 +
 python/tvm/topi/transform.py                       |   4 +-
 src/relax/op/tensor/manipulate.cc                  | 163 ++++++++
 src/relax/op/tensor/manipulate.h                   |  26 ++
 src/relax/transform/static_plan_block_memory.cc    |   9 +
 src/te/operation/create_primfunc.cc                | 453 +++++++++++++++------
 src/topi/transform.cc                              |   3 +-
 tests/python/relax/test_frontend_onnx.py           |  62 +++
 tests/python/relax/test_op_manipulate.py           | 127 ++++++
 .../test_transform_static_plan_block_memory.py     |  41 ++
 tests/python/te/test_te_create_primfunc.py         | 103 ++++-
 19 files changed, 1003 insertions(+), 131 deletions(-)

Reply via email to