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 c650f9a  [PROFILING] Profiling over RPC (#8885)
     add 1bebd0a  Add sse4/avx2 support for fast x86 int8 
(vpmaddubsw/vpmaddwd/vpaddd) (#8897)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/qnn/op/legalizations.py        |  3 +-
 python/tvm/topi/x86/conv2d_avx_1x1.py           |  6 +-
 python/tvm/topi/x86/conv2d_avx_common.py        |  6 +-
 python/tvm/topi/x86/conv2d_int8.py              |  5 +-
 python/tvm/topi/x86/conv3d.py                   |  4 +-
 python/tvm/topi/x86/dense.py                    |  6 +-
 python/tvm/topi/x86/depthwise_conv2d.py         |  4 +-
 python/tvm/topi/x86/group_conv2d.py             |  4 +-
 python/tvm/topi/x86/sparse.py                   |  4 +-
 python/tvm/topi/x86/tensor_intrin.py            | 60 +++++++++++-----
 python/tvm/topi/x86/utils.py                    | 92 ++++++++++++++++++++++++-
 tests/python/relay/test_op_level2.py            | 15 ++--
 tests/python/relay/test_pass_alter_op_layout.py |  6 +-
 13 files changed, 164 insertions(+), 51 deletions(-)

Reply via email to