You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2022/02/11 23:54:20 UTC

[tvm] branch main updated (c20cbc5 -> 6dece18)

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

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


    from c20cbc5  Fixes for follow up on PR #9631 (#10205)
     add 6dece18  Adding support for Hexagon User DMA Engine (#10217)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/Hexagon.cmake                        |   1 +
 src/runtime/hexagon/hexagon/hexagon_buffer.cc      |  19 +-
 src/runtime/hexagon/hexagon/hexagon_user_dma.cc    | 118 ++++++++
 .../hexagon/hexagon/hexagon_user_dma_descriptors.h | 310 +++++++++++++++++++++
 .../hexagon/hexagon_user_dma_instructions.h        |  79 ++++++
 .../hexagon/hexagon/hexagon_user_dma_registers.h   | 278 ++++++++++++++++++
 6 files changed, 799 insertions(+), 6 deletions(-)
 create mode 100644 src/runtime/hexagon/hexagon/hexagon_user_dma.cc
 create mode 100644 src/runtime/hexagon/hexagon/hexagon_user_dma_descriptors.h
 create mode 100644 src/runtime/hexagon/hexagon/hexagon_user_dma_instructions.h
 create mode 100644 src/runtime/hexagon/hexagon/hexagon_user_dma_registers.h