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 7e2467a [TIR, Relay] improve bfloat16 support (#10112)
add 35df464 [ci] Check more events before pinging reviewers (#10208)
add dcbdedd Lower cache_read and cache_write to Hexagon DMA via tensorize
(#10365)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/builtin.h | 7 ++
src/runtime/hexagon/hexagon/hexagon_buffer.cc | 2 +-
.../hexagon/hexagon/hexagon_device_api_v2.cc | 12 ++
src/tir/op/builtin.cc | 3 +
src/tir/transforms/lower_tvm_builtin.cc | 16 +++
.../contrib/test_hexagon/test_cache_read_write.py | 135 +++++++++++++++++++++
tests/python/unittest/test_ci.py | 32 +++--
tests/scripts/ping_reviewers.py | 74 +++++++----
8 files changed, 248 insertions(+), 33 deletions(-)
create mode 100644 tests/python/contrib/test_hexagon/test_cache_read_write.py