This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from e5c7c9371e [TIR] Add the missing nearbyint intrinsic (#13175)
add 24e89befd6 [TVMScript] IRModule parser (#13176)
add 3131cdc56a [Target] Replace utility functions with target.features
(#12455)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 11 ++--
python/tvm/relay/qnn/op/legalizations.py | 21 +-----
python/tvm/script/_parser/__init__.py | 3 +-
python/tvm/script/_parser/_core.py | 5 +-
.../tvm/script/_parser/ir}/__init__.py | 8 +--
python/tvm/script/_parser/ir/entry.py | 74 ++++++++++++++++++++++
python/tvm/script/_parser/ir/parser.py | 66 +++++++++++++++++++
python/tvm/topi/arm_cpu/arm_utils.py | 58 ++---------------
python/tvm/topi/arm_cpu/conv2d_gemm.py | 23 ++++---
python/tvm/topi/arm_cpu/conv2d_int8.py | 12 ++--
python/tvm/topi/arm_cpu/depthwise_conv2d.py | 5 +-
src/target/parsers/cpu.cc | 5 ++
.../contrib/test_arm_compute_lib/test_network.py | 25 ++++++--
tests/python/relay/test_op_level2.py | 4 +-
tests/python/target/test_arm_target.py | 37 ++++++-----
tests/python/topi/python/test_topi_conv2d_int8.py | 5 +-
.../test_tvmscript_parser_ir.py} | 22 ++++---
17 files changed, 252 insertions(+), 132 deletions(-)
copy {apps/uma/_template => python/tvm/script/_parser/ir}/__init__.py (83%)
create mode 100644 python/tvm/script/_parser/ir/entry.py
create mode 100644 python/tvm/script/_parser/ir/parser.py
copy tests/python/{contrib/test_opencl/conftest.py =>
unittest/test_tvmscript_parser_ir.py} (70%)