This is an automated email from the ASF dual-hosted git repository.

syfeng pushed a change to branch test_all_cases_on_unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from ae91240483 upd ci
     add 3190f284a3 [DOC] Add v0.14.0 docs to site (#16152)
     add bce82432f9 [Relay][Pytorch] Add support for `aten::unflatten` (#16131)
     add 1a2cc18091 [Relay] conv3d depthwise bug fix (#16151)
     add f38dc146e4 [TOPI][Relay] Add conv2d NHWC hybrid schedule for `arm_cpu` 
(#16106)
     add 26aeaee046 [Community] Shuai Yuan -> Committers (#16162)
     add 3fd3a63652 [Relay][Pytorch] Add support for `aten::linalg_vector_norm` 
(#16123)
     add e5c6f74460 [CI][ADRENO] Enhancements to Adreno specific CI utils 
(#15991)
     add f33722e59a [Community] Ruihang Lai -> PMC (#16165)
     add d9d3bc585f [Community] Bohan Hou -> PMC (#16166)
     add 79052574be [Community] Qiang Zhang -> Committer (#16164)
     add 3eec10f16a [COMMUNITY] New Reviewer: Yixin Dong (#16172)
     add 604b263dd5 [BugFix] [Relay][Pytorch] Fix missing `.dtype`  (#16167)
     add 3136ff4bb6 [FRONTEND][KERAS] Fix bug concat convert for NCHW (#16159)
     add 97ddd667c8 [Relay][Pytorch] Add support for 
`aten::scaled_dot_product_attention` (#16143)
     add 1994f402e6 Enable ccache to accelerate contrib compilation (#16176)
     add e9a3b60f49 [Relay][Pytorch] Fix bug when converting models with 
torch.nn.ParameterList (#16180)
     new 046784fbb3 Merge remote-tracking branch 'apache-tvm/main' into 
test_all_cases_on_unity

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTORS.md                                    |   8 +-
 docs/conf.py                                       |   1 +
 include/tvm/relay/attrs/nn.h                       |  10 +-
 python/tvm/contrib/cc.py                           |  54 +++-
 python/tvm/relay/frontend/keras.py                 |   2 +-
 python/tvm/relay/frontend/pytorch.py               | 178 ++++++++++-
 python/tvm/relay/op/nn/_nn.py                      |   2 +-
 python/tvm/relay/op/nn/nn.py                       |  12 +-
 python/tvm/relay/op/strategy/arm_cpu.py            | 123 +++++---
 python/tvm/topi/arm_cpu/arm_utils.py               | 105 ++++---
 python/tvm/topi/arm_cpu/conv2d.py                  | 111 +++++++
 python/tvm/topi/arm_cpu/conv2d_alter_op.py         |  57 ++--
 python/tvm/topi/arm_cpu/conv2d_gemm.py             | 345 +++++++++++++--------
 python/tvm/topi/arm_cpu/conv2d_int8.py             |  96 +-----
 python/tvm/topi/nn/conv2d.py                       |  30 +-
 src/relay/op/nn/convolution.cc                     |  99 ++++--
 tests/python/contrib/test_ccache.py                |  79 +++++
 tests/python/frontend/keras/test_forward.py        |  24 ++
 tests/python/frontend/pytorch/test_forward.py      | 164 +++++++++-
 tests/python/integration/test_arm_aprofile.py      |   1 +
 .../relay/strategy/test_select_implementation.py   | 128 ++++++--
 tests/python/relay/test_op_level2.py               |  24 ++
 tests/python/topi/test_topi_conv2d_nhwc.py         |  39 +++
 tests/scripts/ci.py                                |   2 +
 tests/scripts/setup-pytest-env.sh                  |   4 +-
 tests/scripts/task_python_adreno.sh                |  21 +-
 26 files changed, 1282 insertions(+), 437 deletions(-)
 create mode 100644 tests/python/contrib/test_ccache.py

Reply via email to