This is an automated email from the ASF dual-hosted git repository.
mehrdadh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from e77a6d1a05 [TVMScript] Introduce `PrinterConfig` (#13831)
add 127fb1e915 [Hexagon]Float and quantized dense operators with schedules
(#12873)
No new revisions were added by this update.
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 +-
.../python/contrib/test_hexagon/infrastructure.py | 6 +
.../test_hexagon/topi/slice_op/test_dense_slice.py | 282 +++++++++++++++++++++
7 files changed, 654 insertions(+), 15 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