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 274d8fa964 Unbreak CI image build (tensorflow 2.6.5, ci_gpu bugfix)
(#11546)
add 2ae20882d3 [hexagon][testing] add TIRScript elemwise-add (#11490)
add b086005f8f [ci] Fix action expressions for tvm-bot workflow (#11556)
No new revisions were added by this update.
Summary of changes:
.github/workflows/tvmbot.yml | 3 +-
.../contrib/test_hexagon/benchmark_elemwise_add.py | 434 +++++++++++++++++++++
.../contrib/test_hexagon/benchmark_hexagon.py | 245 ------------
.../python/contrib/test_hexagon/benchmark_util.py | 34 ++
tests/scripts/git_utils.py | 6 +-
5 files changed, 472 insertions(+), 250 deletions(-)
create mode 100644 tests/python/contrib/test_hexagon/benchmark_elemwise_add.py
delete mode 100644 tests/python/contrib/test_hexagon/benchmark_hexagon.py