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/10/29 08:12:16 UTC

[tvm] branch main updated (541f9f2 -> 3b22607)

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 541f9f2  [BYOC] CUTLASS integration (#9261)
     add 3b22607  [ETHOSN] Add support for non-default Ethos(TM)-N78 configurations (#9386)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/composite_target.py         |   9 +-
 python/tvm/relay/op/contrib/ethosn.py              |  45 +++++++-
 src/relay/backend/contrib/ethosn/codegen.cc        |  24 +++-
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  20 +++-
 tests/python/contrib/test_ethosn/infrastructure.py |   9 +-
 .../contrib/test_ethosn/test_partition_params.py   | 123 +++++++++++++++++++++
 tests/python/driver/tvmc/test_compiler.py          |  29 ++++-
 tests/python/driver/tvmc/test_composite_target.py  |   1 +
 tests/python/driver/tvmc/test_target.py            |  30 +++--
 tests/scripts/task_python_integration.sh           |   2 +-
 10 files changed, 262 insertions(+), 30 deletions(-)
 create mode 100644 tests/python/contrib/test_ethosn/test_partition_params.py