You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/08/18 22:11:17 UTC

[tvm] branch main updated (efd7c45462 -> d1e6f3949c)

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

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


    from efd7c45462 [TIR] [bfloat16] add bfloat16 promotion for CallNode (#12370)
     add d1e6f3949c [CMSIS-NN] Re-use CPU Target Parser (#12320)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/contrib/cmsisnn/buffer_size.cc   |  26 +++--
 src/relay/backend/contrib/cmsisnn/buffer_size.h    |  13 +--
 .../backend/contrib/cmsisnn/compiler_attrs.cc      |  42 ++------
 src/relay/backend/contrib/cmsisnn/compiler_attrs.h |  14 +--
 src/relay/backend/contrib/cmsisnn/relay_to_tir.cc  |  14 +--
 src/relay/backend/contrib/cmsisnn/target.cc        |   8 +-
 .../backend/contrib/cmsisnn/buffer_size_test.cc    |  31 +++---
 .../backend/contrib/cmsisnn/compiler_attrs_test.cc | 114 +++------------------
 .../python/unittest/test_target_parser_mprofile.py |  11 ++
 9 files changed, 95 insertions(+), 178 deletions(-)