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 d4201a9d8e [COMMUNITY] ekalda -> Committer (#12715)
     add 141b17b23a [Hexagon] Add optimized schedule for nn.pad (#12714)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/nn/_nn.py                      |  2 +-
 python/tvm/relay/op/strategy/generic.py            |  8 +++
 python/tvm/relay/op/strategy/hexagon.py            |  7 +++
 python/tvm/topi/hexagon/__init__.py                |  1 +
 python/tvm/topi/hexagon/{pooling.py => pad.py}     | 22 +++++----
 tests/python/contrib/test_hexagon/topi/test_pad.py | 57 ++++++++++++++++++++++
 6 files changed, 87 insertions(+), 10 deletions(-)
 copy python/tvm/topi/hexagon/{pooling.py => pad.py} (71%)
 create mode 100644 tests/python/contrib/test_hexagon/topi/test_pad.py

Reply via email to