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 89cd74c07d [CONTRIB] Add nm symbol dump (#16763)
     add a2de07c772 [SME][AOT] Add Fixed Virtual Platform (FVP) functional 
testing infrastructure (#16749)
     add 31803e6ec7 [LLVM] Lack of DWARF type is not an error (#16748)
     add 1cccc3b5d6 [SLM] Allow modules to define pre-processing of weights 
(#16757)

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/docker-images.ini                       |   2 +-
 python/tvm/relax/frontend/nn/core.py               |  17 +-
 python/tvm/relax/frontend/nn/exporter.py           |  40 +-
 python/tvm/testing/aot.py                          |  71 +++-
 src/target/llvm/codegen_llvm.cc                    |  25 +-
 tests/python/integration/test_arm_aprofile.py      | 100 +++++
 tests/python/relax/test_frontend_nn_exporter.py    | 443 +++++++++++++++++++++
 .../python/relax/test_frontend_nn_extern_module.py |  10 +-
 tests/python/relax/test_frontend_nn_modules.py     |   3 +-
 tests/python/relax/test_frontend_nn_op.py          |  27 +-
 tests/python/relax/test_frontend_nn_packing.py     |   3 +-
 tests/python/relax/test_frontend_nn_subroutines.py |  13 +-
 tests/python/relay/aot/aprofile_aem.mk             |  98 +++++
 .../relay/aot/aprofile_extra_support_routines.c    |  17 +-
 tests/python/tir-base/test_debug_info.py           |  23 +-
 15 files changed, 800 insertions(+), 92 deletions(-)
 create mode 100644 tests/python/relax/test_frontend_nn_exporter.py
 create mode 100644 tests/python/relay/aot/aprofile_aem.mk
 copy apps/bundle_deploy/backtrace.h => 
tests/python/relay/aot/aprofile_extra_support_routines.c (68%)

Reply via email to