This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 2dd52dae3a [TensorRT] Fix BiasAdd with correct axis attribute (#13953)
add 78ea7958c9 [CI] Fix for NNPack error due to misalignment with
pthreadpool library (#13940)
add 49b6c3ae4e [Minor] Change file mode 755 -> 644; EOL CRLF -> LF (#13959)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_nnpack.sh | 6 +-
.../work_with_relay/using_pipeline_executor.py | 0
python/gen_requirements.py | 0
python/tvm/auto_scheduler/compute_dag.py | 0
python/tvm/contrib/hexagon/hexagon_profiler.py | 0
python/tvm/micro/contrib/stm32/__init__.py | 40 +-
python/tvm/relay/frontend/common.py | 0
python/tvm/relay/transform/infer_layout_utils.py | 0
python/tvm/topi/hexagon/qnn/adaptive_avg_pool1d.py | 240 +++---
python/tvm/topi/hexagon/qnn/global_avg_pool2d.py | 190 ++---
python/tvm/topi/hexagon/qnn/qadd_qsub_qmul.py | 540 +++++++-------
python/tvm/topi/hexagon/qnn/quantize.py | 160 ++--
python/tvm/topi/hexagon/resize2d.py | 232 +++---
.../hexagon/slice_ops/add_subtract_multiply.py | 174 ++---
python/tvm/topi/hexagon/slice_ops/clip.py | 0
.../topi/hexagon/slice_ops/global_avg_pool2d.py | 104 +--
src/relay/backend/contrib/dnnl/query_layout.cc | 758 +++++++++----------
tests/python/contrib/test_dnnl.py | 0
.../test_hexagon/test_2d_physical_buffers.py | 0
.../topi/slice_op/test_global_avg_pool2d.py | 334 ++++-----
.../test_hexagon/topi/test_adaptive_avg_pool1d.py | 370 +++++-----
.../topi/test_add_subtract_multiply.py | 822 ++++++++++-----------
.../contrib/test_hexagon/topi/test_quantize.py | 256 +++----
.../contrib/test_hexagon/topi/test_resize2d.py | 404 +++++-----
tests/python/frontend/pytorch/test_forward.py | 0
tests/python/frontend/tensorflow/test_forward.py | 0
tests/python/unittest/test_transform_layout.py | 0
27 files changed, 2316 insertions(+), 2314 deletions(-)
mode change 100755 => 100644
gallery/how_to/work_with_relay/using_pipeline_executor.py
mode change 100755 => 100644 python/gen_requirements.py
mode change 100755 => 100644 python/tvm/auto_scheduler/compute_dag.py
mode change 100755 => 100644 python/tvm/contrib/hexagon/hexagon_profiler.py
mode change 100755 => 100644 python/tvm/micro/contrib/stm32/__init__.py
mode change 100755 => 100644 python/tvm/relay/frontend/common.py
mode change 100755 => 100644 python/tvm/relay/transform/infer_layout_utils.py
mode change 100755 => 100644 python/tvm/topi/hexagon/qnn/adaptive_avg_pool1d.py
mode change 100755 => 100644 python/tvm/topi/hexagon/qnn/global_avg_pool2d.py
mode change 100755 => 100644 python/tvm/topi/hexagon/qnn/qadd_qsub_qmul.py
mode change 100755 => 100644 python/tvm/topi/hexagon/qnn/quantize.py
mode change 100755 => 100644 python/tvm/topi/hexagon/resize2d.py
mode change 100755 => 100644
python/tvm/topi/hexagon/slice_ops/add_subtract_multiply.py
mode change 100755 => 100644 python/tvm/topi/hexagon/slice_ops/clip.py
mode change 100755 => 100644
python/tvm/topi/hexagon/slice_ops/global_avg_pool2d.py
mode change 100755 => 100644 tests/python/contrib/test_dnnl.py
mode change 100755 => 100644
tests/python/contrib/test_hexagon/test_2d_physical_buffers.py
mode change 100755 => 100644
tests/python/contrib/test_hexagon/topi/slice_op/test_global_avg_pool2d.py
mode change 100755 => 100644
tests/python/contrib/test_hexagon/topi/test_adaptive_avg_pool1d.py
mode change 100755 => 100644 tests/python/frontend/pytorch/test_forward.py
mode change 100755 => 100644 tests/python/frontend/tensorflow/test_forward.py
mode change 100755 => 100644 tests/python/unittest/test_transform_layout.py