This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from bc505fc add is_entry_func tag for device function (#9436)
add 6aa5ba2 Add back-to-back conv2d Hexagon test for stripe scheduling
(#9390)
No new revisions were added by this update.
Summary of changes:
tests/python/contrib/test_hexagon/README.md | 486 +---------
.../{README.md => test_conv2d_blocked.md} | 23 +-
.../contrib/test_hexagon/test_conv2d_conv2d.md | 986 +++++++++++++++++++++
.../contrib/test_hexagon/test_conv2d_conv2d.py | 341 +++++++
4 files changed, 1331 insertions(+), 505 deletions(-)
copy tests/python/contrib/test_hexagon/{README.md => test_conv2d_blocked.md}
(95%)
create mode 100644 tests/python/contrib/test_hexagon/test_conv2d_conv2d.md
create mode 100644 tests/python/contrib/test_hexagon/test_conv2d_conv2d.py