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

mehrdadh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from affcc11c2e [Keras] Fix importing conv2d_transpose for NHWC layout 
(#13998)
     add 1e5a830784 [microTVM]Refactor crt_config.h header file generation 
(#13955)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   3 -
 apps/bundle_deploy/Makefile                        |  14 +--
 apps/bundle_deploy/build_model.py                  |   8 ++
 apps/bundle_deploy/crt_config/crt_config.h         |  53 -----------
 .../template_project/crt_config/crt_config.h       |  57 ------------
 apps/microtvm/cmsisnn/Makefile                     |   1 +
 apps/microtvm/cmsisnn/convert_image.py             |   8 ++
 apps/microtvm/cmsisnn/include/crt_config.h         |  26 ------
 apps/microtvm/ethosu/Makefile                      |   2 +
 apps/microtvm/ethosu/convert_labels.py             |   7 ++
 apps/microtvm/ethosu/include/crt_config.h          |  26 ------
 .../template_project/crt_config/crt_config.h       |  67 --------------
 apps/microtvm/zephyr_cmsisnn/CMakeLists.txt        |   1 +
 apps/microtvm/zephyr_cmsisnn/include/crt_config.h  |  54 -----------
 .../zephyr_cmsisnn/model/convert_labels.py         |  14 +++
 cmake/modules/Arduino.cmake                        |  81 ----------------
 cmake/modules/CRT.cmake                            |  79 ----------------
 cmake/modules/Micro.cmake                          | 102 +++++++++++++++++++++
 cmake/modules/StandaloneCrt.cmake                  |  10 +-
 .../{modules/Metal.cmake => utils/CRTConfig.cmake} |  34 ++++---
 python/tvm/micro/__init__.py                       |   1 +
 python/tvm/micro/build.py                          |  17 ++++
 python/tvm/testing/aot.py                          |   7 +-
 ...crt_config-template.h => crt_config.h.template} |  38 ++++----
 src/runtime/crt/host/microtvm_api_server.py        |   2 +-
 src/runtime/micro/crt_config.h                     |  58 ------------
 tests/lint/check_file_type.py                      |   1 +
 tests/micro/stm32/test_code_emitter.py             |   5 +-
 28 files changed, 222 insertions(+), 554 deletions(-)
 delete mode 100644 apps/bundle_deploy/crt_config/crt_config.h
 delete mode 100644 
apps/microtvm/arduino/template_project/crt_config/crt_config.h
 delete mode 100644 apps/microtvm/cmsisnn/include/crt_config.h
 delete mode 100644 apps/microtvm/ethosu/include/crt_config.h
 delete mode 100644 
apps/microtvm/zephyr/template_project/crt_config/crt_config.h
 delete mode 100644 apps/microtvm/zephyr_cmsisnn/include/crt_config.h
 delete mode 100644 cmake/modules/Arduino.cmake
 delete mode 100644 cmake/modules/CRT.cmake
 copy cmake/{modules/Metal.cmake => utils/CRTConfig.cmake} (50%)
 rename src/runtime/crt/{crt_config-template.h => crt_config.h.template} (57%)
 delete mode 100644 src/runtime/micro/crt_config.h

Reply via email to