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 b4796cc717 [Frontend][Paddle] [PaddlePaddle Hackathon 4] add convert 
support for p_norm/roi_align/softmax_with_cross_entropy (#14826)
     add ea710cc2dd Fix f-string typo (#14867)
     add 14be4bfc0d [TOPI][Target] Add SVE specific convolution (#14483)
     add 00b41c63ea [TIR] Avoid too complex predicate in compaction (#14866)
     add 38c3ad4cad [TVMScript] Use default fallback for un-registered type 
(#14874)
     add 19663b26c9 [MicroTVM] Use self.close_transport() on error (#14872)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/printer/ir_docsifier_functor.h  | 33 ++++++++++++
 python/tvm/tir/schedule/schedule.py                |  2 +-
 python/tvm/topi/arm_cpu/conv2d_spatial_pack.py     | 20 +++++--
 src/runtime/crt/host/microtvm_api_server.py        |  4 +-
 src/script/printer/ir/relay.cc                     | 48 -----------------
 src/script/printer/ir_docsifier.cc                 |  5 ++
 src/target/parsers/aprofile.cc                     | 35 ++++++------
 src/tir/transforms/ir_utils.cc                     |  7 ++-
 tests/cpp/target/parsers/aprofile_test.cc          | 19 +++++++
 .../test_tir_transform_compact_buffer_region.py    | 62 ++++++++++++++++++++++
 10 files changed, 159 insertions(+), 76 deletions(-)
 delete mode 100644 src/script/printer/ir/relay.cc

Reply via email to