This is an automated email from the ASF dual-hosted git repository.
ekalda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 981009d457 [Fix] PagedKVCache fetching compute stream when copy stream
is needed (#16714)
add c00cc031de [Target] Automatically detect system triple when not
specified by the user (#16513)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 18 ++++++-
python/tvm/topi/arm_cpu/injective.py | 4 +-
src/target/parsers/cpu.cc | 18 +++++++
tests/cpp/target_test.cc | 17 ++++++-
.../test_auto_scheduler_search_task.py | 19 +++++--
.../autotvm/test_autotvm_graph_tuner_core.py | 7 +++
tests/python/frontend/tflite/test_forward.py | 59 +++++++++++++++++-----
tests/python/integration/test_legacy_tuning.py | 2 +-
.../relay/aot/test_aot_create_function_metadata.py | 38 ++++++++++----
.../relay/strategy/test_select_implementation.py | 10 ++--
tests/python/relay/test_any.py | 9 ++++
tests/python/relay/test_autotvm_task_extraction.py | 1 +
tests/python/relay/test_custom_datatypes.py | 3 ++
tests/python/relay/test_op_qnn_conv2d.py | 7 +++
tests/python/relay/test_op_qnn_leaky_relu.py | 2 +-
tests/python/relay/test_pass_alter_op_layout.py | 27 +++++++++-
tests/python/relay/test_roofline.py | 4 +-
.../runtime/test_runtime_module_based_interface.py | 12 +++--
tests/python/topi/test_topi_bitserial_dense.py | 5 +-
19 files changed, 212 insertions(+), 50 deletions(-)