This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from b7c98b8 [Strategy] Add group_conv2d_nchw_int8 in cuda strategy (#8167)
add cbe3dca [Relay, TOPI] Refactor strided_slice and add axes argument
(#8165)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/transform.h | 4 +
include/tvm/topi/detail/strided_slice.h | 156 ++++++++++
include/tvm/topi/nn.h | 2 +-
include/tvm/topi/transform.h | 279 +++++++++--------
python/tvm/relay/frontend/onnx.py | 25 +-
python/tvm/relay/op/_transform.py | 56 +++-
python/tvm/relay/op/transform.py | 12 +-
python/tvm/topi/testing/strided_slice_python.py | 21 +-
python/tvm/topi/transform.py | 11 +-
src/relay/op/make_op.h | 3 +-
src/relay/op/tensor/transform.cc | 350 ++++++++++------------
src/topi/transform.cc | 24 +-
tests/python/relay/test_any.py | 2 +-
tests/python/relay/test_op_level4.py | 87 ++++--
tests/python/relay/test_pass_alter_op_layout.py | 56 ++++
tests/python/relay/test_pass_convert_op_layout.py | 50 +++-
tests/python/topi/python/test_topi_transform.py | 9 +-
17 files changed, 790 insertions(+), 357 deletions(-)
create mode 100644 include/tvm/topi/detail/strided_slice.h