You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/11/09 12:25:33 UTC

[tvm] branch main updated (7c3283c -> b86aedd)

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

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


    from 7c3283c  Fix function annotation (#9474)
     add b86aedd  [CMSIS-NN] Convert CMSIS-NN to use Target Hooks (#9397)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/common.py                   |   4 +-
 python/tvm/driver/tvmc/target.py                   |  14 ++-
 python/tvm/relay/op/contrib/cmsisnn.py             |  15 +--
 src/driver/driver_api.cc                           |   5 +-
 .../backend/contrib/cmsisnn/codegen_cmsisnn.cc     |  51 ---------
 src/relay/backend/contrib/cmsisnn/relay_to_tir.cc  | 127 ++++++++++++---------
 .../{example_target_hooks => cmsisnn}/target.cc    |  15 +--
 .../backend/contrib/cmsisnn/tir_to_runtime.cc      | 104 ++++-------------
 src/relay/backend/te_compiler.cc                   |  17 +--
 src/relay/transforms/partition_graph.cc            |   6 +-
 .../python/contrib/test_cmsisnn/test_binary_ops.py |   2 +-
 tests/python/contrib/test_cmsisnn/test_softmax.py  |   2 +-
 tests/python/contrib/test_ethosn/infrastructure.py |  16 ++-
 tests/python/contrib/test_ethosn/test_networks.py  |  16 +--
 tests/python/driver/tvmc/test_target.py            |  13 +++
 tests/python/driver/tvmc/test_target_options.py    |  10 ++
 tests/python/relay/test_pass_partition_graph.py    |  43 +++++++
 17 files changed, 226 insertions(+), 234 deletions(-)
 delete mode 100644 src/relay/backend/contrib/cmsisnn/codegen_cmsisnn.cc
 copy src/relay/backend/contrib/{example_target_hooks => cmsisnn}/target.cc (77%)