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 63b6b49f03 fix expand onnx conversion (#11278)
add 4eb6497adb [ARM][Strategy] Fix is_int8_hw_support check function
(#11193)
add 775457ceff [ci][docker] Use sccache everywhere by default (#11267)
No new revisions were added by this update.
Summary of changes:
docker/Dockerfile.ci_arm | 1 +
docker/Dockerfile.ci_cpu | 1 +
docker/Dockerfile.ci_gpu | 1 +
docker/Dockerfile.ci_hexagon | 2 ++
docker/Dockerfile.ci_i386 | 1 +
docker/Dockerfile.ci_qemu | 1 +
docker/Dockerfile.ci_wasm | 1 +
docker/install/ubuntu_install_sccache.sh | 2 ++
python/tvm/relay/op/strategy/arm_cpu.py | 5 +++
python/tvm/topi/arm_cpu/conv2d_int8.py | 2 +-
tests/python/target/test_arm_target.py | 56 ++++++++++++++++++++++++++++++++
11 files changed, 72 insertions(+), 1 deletion(-)
create mode 100644 tests/python/target/test_arm_target.py