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 5c45ae8e53 [Relax][Web] Add ApplyPresenceAndRequencyPenalty (#16504)
     add 5b2f641b52 [Unity] Support storage reuse for dynamic shapes (#16500)
     add 7a303d96c9 [Instrument] Add default instrument to print all passes 
(#16497)
     add 5c68932cae [Relax][Frontent] "tensor_ir_inplace" op (#16498)
     add b5f44100e5 [Runtime] ParallelFor skipping thread backend for unit 
extent (#16508)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/threading_backend.h            |   5 +
 python/tvm/ir/instrument.py                        |  18 ++++
 python/tvm/relax/frontend/nn/op.py                 |  69 ++++++++++++++
 python/tvm/relax/op/base.py                        |  20 ++--
 src/relax/transform/static_plan_block_memory.cc    |  99 +++++++++++++------
 tests/python/ir/test_pass_instrument.py            |  63 +++++++++++++
 tests/python/relax/test_dataflow_pattern.py        |  35 ++++---
 tests/python/relax/test_frontend_nn_op.py          | 105 +++++++++++++++++++++
 .../test_transform_static_plan_block_memory.py     |  47 +++++++--
 9 files changed, 395 insertions(+), 66 deletions(-)
 create mode 100644 tests/python/ir/test_pass_instrument.py

Reply via email to