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 2021/12/15 22:27:32 UTC

[tvm] branch main updated (960e880 -> c05a3f2)

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 960e880  [TensorIR] Primitive "SetScope" (#9738)
     add c05a3f2  Add unit tests for HexagonBuffer (#9736)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                |   2 +
 cmake/modules/Hexagon.cmake                   |   3 +
 src/runtime/hexagon/hexagon/hexagon_common.cc |   2 +-
 tests/cpp/runtime/hexagon_buffer.cc           | 250 ++++++++++++++++++++++++++
 4 files changed, 256 insertions(+), 1 deletion(-)
 create mode 100644 tests/cpp/runtime/hexagon_buffer.cc