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 e9aad35cf3 fix group conv3d pack kernel shape error (#12523)
     add 7c318d7196 [ETHOSN] Remove support for older versions of the driver 
stack (#12347)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              | 23 +++++++--
 src/relay/backend/contrib/ethosn/codegen.cc        |  5 +-
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  1 -
 src/relay/backend/contrib/ethosn/ethosn_api.cc     |  1 -
 .../backend/contrib/ethosn/ethosn_api_version.h    | 58 ----------------------
 src/runtime/contrib/ethosn/ethosn_device.cc        | 32 ------------
 src/runtime/contrib/ethosn/ethosn_device.h         |  7 ---
 src/runtime/contrib/ethosn/ethosn_runtime.cc       | 12 -----
 src/runtime/contrib/ethosn/ethosn_runtime.h        |  3 --
 tests/python/contrib/test_ethosn/infrastructure.py | 32 ------------
 tests/python/contrib/test_ethosn/test_conv2d.py    |  2 +-
 .../contrib/test_ethosn/test_fullyconnected.py     |  2 +-
 tests/python/contrib/test_ethosn/test_networks.py  | 50 ++-----------------
 tests/python/contrib/test_ethosn/test_split.py     | 14 ++----
 .../python/contrib/test_ethosn/test_topologies.py  | 19 ++++---
 15 files changed, 43 insertions(+), 218 deletions(-)
 delete mode 100644 src/relay/backend/contrib/ethosn/ethosn_api_version.h

Reply via email to