You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/08 03:42:41 UTC

[tvm] branch last-successful updated (c092700d27 -> 46675996e5)

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 c092700d27 [Hexagon] Add unit tests executing 2-d VTCM usage (#10904)
     add 46675996e5 [Hexagon] Register basic strategies and schedules for common operators (#10919)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/hexagon.py            | 91 +++++++++++++++++++++-
 python/tvm/topi/hexagon/__init__.py                |  5 ++
 .../{generic/extern.py => hexagon/batch_matmul.py} | 20 ++---
 python/tvm/topi/hexagon/conv2d.py                  | 32 +++++++-
 .../topi/{generic/extern.py => hexagon/dense.py}   | 20 ++---
 .../{generic/extern.py => hexagon/injective.py}    | 24 +++---
 .../topi/{generic/extern.py => hexagon/pooling.py} | 27 ++++---
 .../topi/{generic/extern.py => hexagon/reduce.py}  | 20 ++---
 8 files changed, 189 insertions(+), 50 deletions(-)
 copy python/tvm/topi/{generic/extern.py => hexagon/batch_matmul.py} (69%)
 copy python/tvm/topi/{generic/extern.py => hexagon/dense.py} (70%)
 copy python/tvm/topi/{generic/extern.py => hexagon/injective.py} (67%)
 copy python/tvm/topi/{generic/extern.py => hexagon/pooling.py} (63%)
 copy python/tvm/topi/{generic/extern.py => hexagon/reduce.py} (70%)