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/05/11 13:46:36 UTC

[tvm] branch last-successful updated (391b4d99ab -> 3be5622c7e)

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 391b4d99ab [USMP] Fix assert condition for TVMBackendAllocWorkspace (#11270)
     add cfb5674c25 [ETHOSN] Remove remaining support for the N77 variant (#11262)
     add 3be5622c7e [ETHOSN] Adding support for Leaky ReLU (#11261)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/composite_target.py         |  5 --
 python/tvm/relay/op/contrib/ethosn.py              | 54 ++++------------
 src/relay/backend/contrib/ethosn/codegen.cc        | 44 ++++++++++++-
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  1 +
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 32 +++++++++
 src/relay/backend/contrib/ethosn/ethosn_api.h      |  7 ++
 .../{test_tanh.py => test_leaky_relu.py}           | 75 +++++++++++-----------
 .../contrib/test_ethosn/test_partition_params.py   | 50 ---------------
 tests/python/driver/tvmc/test_compiler.py          | 18 ------
 tests/python/driver/tvmc/test_composite_target.py  |  1 -
 tests/python/driver/tvmc/test_target.py            | 15 -----
 11 files changed, 135 insertions(+), 167 deletions(-)
 copy tests/python/contrib/test_ethosn/{test_tanh.py => test_leaky_relu.py} (52%)