You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/02/25 00:15:00 UTC

[tvm] branch main updated (35df464 -> dcbdedd)

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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 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 +++++++++++++++++++++
 6 files changed, 174 insertions(+), 1 deletion(-)
 create mode 100644 tests/python/contrib/test_hexagon/test_cache_read_write.py