You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/20 02:32:20 UTC

[tvm] branch last-successful updated (0bf7f3313a -> 2025e368c4)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 0bf7f3313a [OpenCL] Fix type casting (#11038)
     add b78e44e42d [TOPI] Fix nn.lrn result dtype on fp16 (#11032)
     add 2025e368c4 [CMSIS-NN] Add Arm(R) Cortex(R)-M55 CPU and CMSIS-NN demo (#11013)

No new revisions were added by this update.

Summary of changes:
 apps/microtvm/{ethosu => cmsisnn}/.gitignore       |  1 -
 apps/microtvm/{ethosu => cmsisnn}/Makefile         | 49 +++++++------------
 apps/microtvm/{ethosu => cmsisnn}/README.md        | 34 +++++--------
 .../{ethosu => cmsisnn}/arm-none-eabi-gcc.cmake    |  0
 apps/microtvm/{ethosu => cmsisnn}/convert_image.py | 11 ++---
 apps/microtvm/{ethosu => cmsisnn}/corstone300.ld   |  8 +---
 .../{ethosu => cmsisnn}/include/crt_config.h       |  0
 .../{ethosu => cmsisnn}/include/tvm_runtime.h      |  0
 apps/microtvm/{ethosu => cmsisnn}/requirements.txt |  0
 apps/microtvm/{ethosu => cmsisnn}/run_demo.sh      | 56 +++++-----------------
 .../{ethosu => cmsisnn}/src/demo_bare_metal.c      | 40 ++++++----------
 include/tvm/topi/nn/local_response_norm.h          |  6 ++-
 tests/python/relay/test_op_level2.py               |  8 ++--
 tests/python/topi/python/test_topi_lrn.py          |  8 ++--
 tests/scripts/task_demo_microtvm.sh                |  4 ++
 15 files changed, 80 insertions(+), 145 deletions(-)
 copy apps/microtvm/{ethosu => cmsisnn}/.gitignore (67%)
 copy apps/microtvm/{ethosu => cmsisnn}/Makefile (67%)
 copy apps/microtvm/{ethosu => cmsisnn}/README.md (71%)
 copy apps/microtvm/{ethosu => cmsisnn}/arm-none-eabi-gcc.cmake (100%)
 copy apps/microtvm/{ethosu => cmsisnn}/convert_image.py (86%)
 copy apps/microtvm/{ethosu => cmsisnn}/corstone300.ld (98%)
 copy apps/microtvm/{ethosu => cmsisnn}/include/crt_config.h (100%)
 copy apps/microtvm/{ethosu => cmsisnn}/include/tvm_runtime.h (100%)
 copy apps/microtvm/{ethosu => cmsisnn}/requirements.txt (100%)
 copy apps/microtvm/{ethosu => cmsisnn}/run_demo.sh (67%)
 copy apps/microtvm/{ethosu => cmsisnn}/src/demo_bare_metal.c (56%)