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

junrushao pushed a change to branch feature/2023-01-24/migrate-parser
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard a509847609 [TVMScript] Consolidate folder structure
     add 127fb1e915 [Hexagon]Float and quantized dense operators with schedules 
(#12873)
     add 6fdb1b7e38 [RUNTIME] Fix determination of big/little cores domains 
(#13832)
     new 5c9ce9e3dc [TVMScript] Consolidate folder structure

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a509847609)
            \
             N -- N -- N   refs/heads/feature/2023-01-24/migrate-parser 
(5c9ce9e3dc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |  17 +-
 python/tvm/topi/hexagon/qnn/qdense.py              | 193 ++++++++++++++
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   1 +
 python/tvm/topi/hexagon/slice_ops/dense.py         | 144 +++++++++++
 python/tvm/topi/hexagon/utils.py                   |  26 +-
 src/runtime/threading_backend.cc                   |   9 +-
 .../python/contrib/test_hexagon/infrastructure.py  |   6 +
 .../test_hexagon/topi/slice_op/test_dense_slice.py | 282 +++++++++++++++++++++
 8 files changed, 661 insertions(+), 17 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/qnn/qdense.py
 create mode 100644 python/tvm/topi/hexagon/slice_ops/dense.py
 create mode 100644 
tests/python/contrib/test_hexagon/topi/slice_op/test_dense_slice.py

Reply via email to