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 2023/01/02 05:02:43 UTC

[tvm] branch nightly updated (579c9708c6 -> b6e4cea6f2)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 579c9708c6 [TOPI][bugfix] Fix a bug in arm_cpu int8 dotprod schedule and modernize tests (#13669)
     add 4021eec821 [fix] MXNet dot for all tensor dimensions (#11760)
     add fba91656cf [Build] Expose missing USE_VERILATOR in cmake (#13676)
     add b6e4cea6f2 [BENCHMARK][ADRENO] Adreno Benchmarks with texture (#13675)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   1 +
 apps/benchmark/adreno/adreno_gpu_bench_texture.py  | 278 +++++++++++++++++++++
 .../benchmark/adreno/bench.sh                      |  15 +-
 cmake/modules/LibInfo.cmake                        |   1 +
 python/tvm/relay/frontend/mxnet.py                 |  45 +++-
 src/support/libinfo.cc                             |   1 +
 tests/python/frontend/mxnet/test_forward.py        |  11 +
 tests/scripts/ci.py                                |   7 +
 8 files changed, 342 insertions(+), 17 deletions(-)
 create mode 100755 apps/benchmark/adreno/adreno_gpu_bench_texture.py
 copy tests/scripts/task_python_adreno.sh => apps/benchmark/adreno/bench.sh (82%)