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 f121e5e355 [Hexagon] [runtime] VTCM Allocator (#12947)
     add f3d3ecebe1 [Hexagon] vrmpy tensorization for e2e compilation of int8 
models (#12911)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/hexagon.py            |  37 ++++-
 python/tvm/topi/generic/conv2d.py                  |  11 +-
 python/tvm/topi/hexagon/__init__.py                |   2 +
 python/tvm/topi/hexagon/conv2d.py                  |  49 ++++++-
 python/tvm/topi/hexagon/conv2d_alter_op.py         | 111 +++++++++++++++
 python/tvm/topi/hexagon/dense.py                   |  73 +++++++++-
 python/tvm/topi/hexagon/dense_alter_op.py          | 147 ++++++++++++++++++++
 python/tvm/topi/hexagon/injective.py               |   3 +-
 python/tvm/topi/hexagon/tensor_intrin.py           |  86 ++++++++++++
 tests/python/contrib/test_hexagon/test_launcher.py | 149 ++++++++++++++++++++-
 10 files changed, 662 insertions(+), 6 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/conv2d_alter_op.py
 create mode 100644 python/tvm/topi/hexagon/dense_alter_op.py

Reply via email to