This is an automated email from the ASF dual-hosted git repository.
tkonolige pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3ee29e38d8 [PyTorch] Fix in matmul function that enables working with
all sizes … (#13927)
add 36f45bb562 [Metaschedule,Fix] Move x86 feature detection to target
directory for metaschedule (#13925)
No new revisions were added by this update.
Summary of changes:
.../tvm/meta_schedule/space_generator/__init__.py | 2 ++
python/tvm/relay/qnn/op/legalizations.py | 2 +-
python/tvm/relay/qnn/op/qnn.py | 2 +-
python/tvm/{topi/x86/utils.py => target/x86.py} | 21 +++++++++++----------
python/tvm/topi/x86/batch_matmul.py | 4 ++--
python/tvm/topi/x86/conv2d_avx_1x1.py | 7 ++++---
python/tvm/topi/x86/conv2d_avx_common.py | 4 ++--
python/tvm/topi/x86/conv2d_int8.py | 13 ++++++-------
python/tvm/topi/x86/conv3d.py | 14 +++++++-------
python/tvm/topi/x86/dense.py | 10 ++++++----
python/tvm/topi/x86/dense_alter_op.py | 13 ++++++-------
python/tvm/topi/x86/depthwise_conv2d.py | 15 +++++++--------
python/tvm/topi/x86/group_conv2d.py | 12 +++++-------
python/tvm/topi/x86/sparse.py | 7 ++++---
python/tvm/topi/x86/tensor_intrin.py | 2 +-
python/tvm/utils/roofline/x86.py | 6 +++---
.../space_generator/space_generator.cc | 4 ++--
src/relay/qnn/op/requantize.cc | 4 ++--
src/relay/qnn/op/requantize_config.h | 4 ++--
19 files changed, 74 insertions(+), 72 deletions(-)
rename python/tvm/{topi/x86/utils.py => target/x86.py} (85%)